Created
April 21, 2016 01:12
-
-
Save rdemorais/ede44dbd59e55c7eef95b8bb8a6c8844 to your computer and use it in GitHub Desktop.
Change java version on mac
This file contains 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
/usr/libexec/java_home -V | |
export JAVA_HOME=`/usr/libexec/java_home -v 1.7.0_75` | |
java -version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment