You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first install method mentioned in the guide using terminal actually installs the 1st version.
And the 2nd manual method installs the 2nd version.
To install the 2nd version using terminal, the command is 'brew install adoptopenjdk'
Do make that change.
The text was updated successfully, but these errors were encountered:
I think this is a good idea. Note that AdoptOpenJDK is in a "cask", so the command to install it (which should work for all users) is: brew cask install adoptopenjdk. I think plain brew install adoptopenjdk will give you an error.
I'm Submitting a ...
Bug Location
In the Java section, there seems to be a mistake. There are actually 2 variants of OpenJDK(Oracle's OpenJDK and AdoptOpenJDK).
https://openjdk.java.net/
https://adoptopenjdk.net/
The first install method mentioned in the guide using terminal actually installs the 1st version.
And the 2nd manual method installs the 2nd version.
To install the 2nd version using terminal, the command is 'brew install adoptopenjdk'
Do make that change.
The text was updated successfully, but these errors were encountered: