Skip to content

Instantly share code, notes, and snippets.

@kssd
Last active May 20, 2020 14:49
Show Gist options
  • Save kssd/6eacd6ae8152f1a8e96da33c8f916db5 to your computer and use it in GitHub Desktop.
Save kssd/6eacd6ae8152f1a8e96da33c8f916db5 to your computer and use it in GitHub Desktop.
# Run Following command to remove com.apple.qurantine flag from jdk install dir
# IMP: replace <version> to installed version eg. 14 for java 14
sudo xattr -d com.apple.quarantine $(/usr/libexec/java_home <version>)/../..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment