Skip to content

Instantly share code, notes, and snippets.

@jreijn
Created December 30, 2014 10:45
Show Gist options
  • Save jreijn/2fbfc2b7d50a64c2082d to your computer and use it in GitHub Desktop.
Save jreijn/2fbfc2b7d50a64c2082d to your computer and use it in GitHub Desktop.
Switch JDK on MacOSX
#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