Created
October 15, 2017 05:49
-
-
Save Joevdwalt/b8c81dddc9fc5ac180428cf5ff0caa75 to your computer and use it in GitHub Desktop.
Change Java Default Java version
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
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