Skip to content

Instantly share code, notes, and snippets.

@joewiz
Created January 14, 2017 05:20
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 joewiz/9914d042b2c896ae98b6a9848dc29122 to your computer and use it in GitHub Desktop.
Save joewiz/9914d042b2c896ae98b6a9848dc29122 to your computer and use it in GitHub Desktop.
Directive to set JAVA_HOME environmental variable on macOS needed for building eXist 3.x
# Add to ~/.bash_profile
# See https://www.mkyong.com/java/how-to-set-java_home-environment-variable-on-mac-os-x/
export JAVA_HOME=$(/usr/libexec/java_home)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment