Skip to content

Instantly share code, notes, and snippets.

@cam8001
Created October 5, 2019 03:19
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 cam8001/b6748ab3b9ea0a2e8a692a8083d953b3 to your computer and use it in GitHub Desktop.
Save cam8001/b6748ab3b9ea0a2e8a692a8083d953b3 to your computer and use it in GitHub Desktop.
Set java_home for Coretto, if using update-alternatives
# @see https://stackoverflow.com/a/11542973/15088
export JAVA_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment