Skip to content

Instantly share code, notes, and snippets.

@marcransome
Last active December 14, 2015 07:48
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 marcransome/23dcc09ff389846731c4 to your computer and use it in GitHub Desktop.
Save marcransome/23dcc09ff389846731c4 to your computer and use it in GitHub Desktop.
set DESIRED_JDK "1.8"
if set JDK (/usr/libexec/java_home -F -v $DESIRED_JDK ^ /dev/null)
set -x JAVA_HOME $JDK
else
echo "Desired JDK version not found ($DESIRED_JDK)"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment