Skip to content

Instantly share code, notes, and snippets.

@jeffscottbrown
Created October 6, 2014 14:31
Show Gist options
  • Save jeffscottbrown/16f8e9548d25060ea256 to your computer and use it in GitHub Desktop.
Save jeffscottbrown/16f8e9548d25060ea256 to your computer and use it in GitHub Desktop.
~ $ export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home
~ $
~ $ export PATH=$JAVA_HOME/bin:$PATH
~ $
~ $ which java
/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bin/java
~ $
~ $ groovy -e "println(System.properties['java.home'])"
/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment