Skip to content

Instantly share code, notes, and snippets.

@rdemorais
Created April 21, 2016 01:12
Show Gist options
  • Save rdemorais/ede44dbd59e55c7eef95b8bb8a6c8844 to your computer and use it in GitHub Desktop.
Save rdemorais/ede44dbd59e55c7eef95b8bb8a6c8844 to your computer and use it in GitHub Desktop.
Change java version on mac
/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