OpenJDK 14 Download and Installation on Mac

OpenJDK Developers Guide

Quick guide to download and install OpenJDK 14 on Mac. - OpenJDK Community Version


What is OpenJDK


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.


Step #1: Download


Go to https://jdk.java.net/archive/ and download the OpenJDK 14 tar distribution openjdk-14_osx-x64_bin.tar.gz. Here is the quick link to download the OpenJDK 14 tar file openjdk-14_osx-x64_bin.tar.gz




Step #2: Install



To Install OpenJDK 14 Java Runtime - Untar the downloaded OpenJKD 9 tar file to a convenient directory say "Downloads".

$ cd ~/Downloads


$ tar xf openjdk-14_osx-x64_bin.tar.gz




Step #3: Configure


Once the above steps are successfully completed , move the unziped directory to /Library/Java/JavaVirtualMachines/

sudo mv jdk-14.jdk /Library/Java/JavaVirtualMachines/




Step #4: Verify


Once the OpenJDK 14 Download and installation is complete, we can verify the installed OpenJDK 14 version using below Command.



Go to Mac prompt and type java -version
The above command prints the OpenJDK 14 version you installed.

Java -version


openjdk version "14" xxxx-xx-xx
OpenJDK Runtime Environment xx.x (build 14+xx)
OpenJDK 64-Bit Server VM (build 14+xx, mixed mode)



Congratulations !!! Now we have installed OpenJDK 14 Successfully.

OpenJDK Known Issues


Note: Here is the list of OpenJDK known-issues OpenJDK Known Issues





Read Next :





OpenJDK On Ubuntu




OpenJDK On Windows





x