Created
December 30, 2014 10:45
-
-
Save jreijn/2fbfc2b7d50a64c2082d to your computer and use it in GitHub Desktop.
Switch JDK on MacOSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#java | |
alias java6='export JAVA_HOME=`/usr/libexec/java_home --version 1.6`' | |
alias java7='export JAVA_HOME=`/usr/libexec/java_home --version 1.7`' | |
alias java8='export JAVA_HOME=`/usr/libexec/java_home --version 1.8`' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment