Skip to content

Instantly share code, notes, and snippets.

@musketyr
Created May 8, 2014 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save musketyr/2ac8d2c71e0495e18049 to your computer and use it in GitHub Desktop.
Save musketyr/2ac8d2c71e0495e18049 to your computer and use it in GitHub Desktop.
# Change your JAVA_HOME
function setjdk() {
if [ $# -ne 0 ];
then export JAVA_HOME=`/usr/libexec/java_home -v $@`;
fi;
java -version;
}
# Automatically set the JAVA_HOME
setjdk 1.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment