Skip to content

Instantly share code, notes, and snippets.

@hahwul
Created November 23, 2022 15:14
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 hahwul/ad0f024e876bf107c3ccebef19e3a19e to your computer and use it in GitHub Desktop.
Save hahwul/ad0f024e876bf107c3ccebef19e3a19e to your computer and use it in GitHub Desktop.
Install Java Runtime 11
# The operation couldn’t be completed. Unable to locate a Java Runtime that supports jarsigner.
# Please visit http://www.java.com for information on installing Java.
brew install openjdk@11
sudo ln -sfn $(brew --prefix)/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment