Skip to content

Instantly share code, notes, and snippets.

@avanathan
Last active July 28, 2018 17:31
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 avanathan/e388ce1d28bb5e964804f359c8904302 to your computer and use it in GitHub Desktop.
Save avanathan/e388ce1d28bb5e964804f359c8904302 to your computer and use it in GitHub Desktop.
Setting JAVA HOME
export JAVA_HOME="$(dirname $(dirname $(realpath $(which javac))))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment