-
Hi - I just downloaded the macOS x64 pkg installer and ran it. I could not find the location of where it puts the binaries. Is there documentation on install location for OSX as well as switching between various jvm versions on OSX? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
karianna
Apr 6, 2021
Replies: 1 comment 1 reply
-
Hi @dguion - The installer puts it in the 'std' place for Mac OS X (FYI almost all OpenJDK vendors follow this location when using pkg installers). In your terminal window try:
We recommend using jenv to manage those versions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dguion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dguion - The installer puts it in the 'std' place for Mac OS X (FYI almost all OpenJDK vendors follow this location when using pkg installers). In your terminal window try:
ls -al /Library/Java/JavaVirtualMachines/
We recommend using jenv to manage those versions.