



I was able to easily get the OpenJDK 16.0.1 ZIP from but not OpenJDK 11.0.11+9. I want the Oracle version "straight from the horse's mouth," so to speak, to avoid any discrepancies between the documentation I was quickly able to download from Oracle and the JDK I have installed.

The snag is that I want the 11.0.11+9 Windows ZIP version, which this Oracle page and Eclipse Adoptium / AdoptOpenJDK page both list as the most recent version, without going to Adoption. So when you want to change the JDK you change only the JAVA_HOME variable and leave PATH as it is.I'd like to get the GPL2-CPE licensed version of the JavaJDK, which I will call "OpenJDK", as I prefer that license to Oracle's restrictive OTN license. Note: You can also point JAVA_HOME to the folder of your JDK installations and then set the PATH variable to %JAVA_HOME%\bin. If you want to uninstall - just undo the above steps. To see if it worked, open up the Command Prompt and type java -version and see if it prints your newly installed JDK.
