Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created August 3, 2019 14:52
Show Gist options
  • Save cicorias/7961b150909f3ae20d12dc6087f57b4a to your computer and use it in GitHub Desktop.
Save cicorias/7961b150909f3ae20d12dc6087f57b4a to your computer and use it in GitHub Desktop.
switch java versions
alias j9="export JAVA_HOME=`/usr/libexec/java_home -v 9`; java -version"
alias j8="export JAVA_HOME=`/usr/libexec/java_home -v 1.8`; java -version"
alias j7="export JAVA_HOME=`/usr/libexec/java_home -v 1.7`; java -version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment