
This is what I see on my machine: 1 % java -versionĢ openjdk version "11.0.4" 3 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11) 4 OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.4+11, mixed mode) 5 % javac -version From the AdoptOpenJDK page you will download a pkg file that you can install on your macOS machine directly by double clicking on it.Īfter you’ve installed the AdoptOpenJDK pkg file, check if you can use it with: 1 java -version 2 javac -version If you still need to use Java 11, use an alternative build like the one from AdoptOpenJDK. You can still get the archived version, but this is not recommended because it doesn’t include any new security patches.

At this time, Java 11, the long term release or LTS, of Java is no longer supported on the OpenJDK website.
