#314·mac-setup

Mistake in Java section

Author: Rover1176Created Sep 29, 2020Updated Sep 30, 2020

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.