Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created October 30, 2018 14:05
Show Gist options
  • Save anton-petrov/e052139cc0ce3da2f250ac125e2b5036 to your computer and use it in GitHub Desktop.
Save anton-petrov/e052139cc0ce3da2f250ac125e2b5036 to your computer and use it in GitHub Desktop.
alias j11="export JAVA_HOME=`/usr/libexec/java_home -v 11`; java -version"
alias j8="export JAVA_HOME=`/usr/libexec/java_home -v 1.8`; java -version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment