Quick guide to download and install OpenJDK 19 on Windows. - OpenJDK Community Version
OpenJDK is the short form of Open Java Development Kit similar to Oracle's Java Development Kit used to develop Java Applications. Main difference between Oracle JDK and OpenJDK is that OpenJDK is free for all while Oracle Java Development Kit or Oracle JDK requires commercial license. For more details refer openjdk vs oracle jdk
If you want to know more about OpenJDK, you can go through Open Java Development Kit Quick guide.
Note: To uninstall previously installed OpenJDK please refer Uninstall OpenJDK Windows
There are many OpenJDK vendors out there in the market ( here is the OpenJDK Vendors List ), you can download OpenJDK from AdoptOpenJDK, Redhat OpenJDK, Zulu OpenJDK or from Community OpenJDK.
Below are the steps to download and install Community OpenJDK. If you would like to install OpenJDK from other vendors please refer :
Unlike Oracle JDK or AdoptOpenJDK, community OpenJDK 19 doesn't provide any executables (windows .exe files ) for easy installation. This might make the OpenJDK 19 installation on Windows bit difficult for newbies. To install windows OpenJDK 19, all you have to do is, Download the latest OpenJDK 19 zip/tar file and unzip to a convenient directory on you windows machine. Set the path to downloaded OpenJDK 19 bin directory in the Path Variable.
Here is the step by step procedure to download and install the latest OpenJDK 19 on Windows 10 / Windows 8 / Windows 7.
Once the OpenJDK 19 Download and installation is complete, we can verify the installed OpenJDK 19 version using Command Prompt.
Click on Windows Search Button and type cmd and then click on command prompt shortcut.
Go to command prompt and type java -version
The above command prints the OpenJDK 19 version you installed.
Java -version
C:\Users\SHRUTHI K S>java -version
openjdk version "19.0.2" 2022-01-18
OpenJDK Runtime Environment (build 19.0.2+8-86)
OpenJDK 64-Bit Server VM (build 19.0.2+8-86, mixed mode, sharing)
Note: Here is the list of OpenJDK known-issues OpenJDK Known Issues
Here is the quick video tutorial that demonstrates how to Download and Install OpenJDK 19 on Windows 10.
Download OpenJDK - here are the OpenJDK versions you might be interested in!
OpenJDK 7 Download Windows 64 bit
OpenJDK 8 Download Windows 64 bit
OpenJDK 9 Download Windows 64 bit
OpenJDK 10 Download Windows 64 bit
OpenJDK 11 Download Windows 64 bit
OpenJDK 12 Download Windows 64 bit
If you are looking out for earlier OpenJDK versions, go to OpenJDK Archive