Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistake in Java section #314

Open
Rover1176 opened this issue Sep 29, 2020 · 2 comments
Open

Mistake in Java section #314

Rover1176 opened this issue Sep 29, 2020 · 2 comments

Comments

@Rover1176
Copy link

I'm Submitting a ...

[x] Bug report
[ ] Tool/language/etc documentation request

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.

@apjanke
Copy link
Contributor

apjanke commented Sep 29, 2020

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.

@Rover1176
Copy link
Author

I can't see how i missed that typo. I had typed the command correctly when installing it on my mac XD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants