Skip to content

Instantly share code, notes, and snippets.

@Joevdwalt
Created October 15, 2017 05:49
Show Gist options
  • Save Joevdwalt/b8c81dddc9fc5ac180428cf5ff0caa75 to your computer and use it in GitHub Desktop.
Save Joevdwalt/b8c81dddc9fc5ac180428cf5ff0caa75 to your computer and use it in GitHub Desktop.
Change Java Default Java version
See what the default is currently
/usr/libexec/java_home -V
Change the default example
export JAVA_HOME=`/usr/libexec/java_home -v 1.6.0_65-b14-462`
Can also use major version
export JAVA_HOME=`/usr/libexec/java_home -v 1.6`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment