Skip to content

Instantly share code, notes, and snippets.

@domix
Created January 6, 2014 18:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domix/8287187 to your computer and use it in GitHub Desktop.
Save domix/8287187 to your computer and use it in GitHub Desktop.
Handy bash function to switch quickly between your Java SDKs in OSx
function setjava() {
export JAVA_HOME=$(/usr/libexec/java_home -v $1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment