Skip to content

Instantly share code, notes, and snippets.

@electrum
Created March 21, 2014 04:55
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 electrum/9679758 to your computer and use it in GitHub Desktop.
Save electrum/9679758 to your computer and use it in GitHub Desktop.
Mac Java version scripts
#!/bin/sh -eu
export JAVA_HOME=$(/usr/libexec/java_home -v 1.6)
export PATH=$JAVA_HOME/bin:$PATH
exec "$@"
#!/bin/sh -eu
export JAVA_HOME=$(/usr/libexec/java_home -v 1.7)
export PATH=$JAVA_HOME/bin:$PATH
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment