Get started with Java 14 by downloading and installing OpenJDK 14.

  • OpenJDK is a production-ready & Open-source Java Development Kit.
  • OpenJDK is free and open-source, based GNU General Public License (GPLv2)
  • Download page for OpenJDK 14: https://jdk.java.net/14/
    Note that OpenJDK is distributed as an archive file (tar.gz & zip) – No installer program, so after downloading, you need to install manually:
  • Extract the OpenJDK 14 archive file
  • Update PATH or JAVA_HOME system environment variable to point to directory of OpenJDK 14.
    Then verify by typing command java -version in command prompt.

#java 14 #openjdk

Java 14 - Download And Install OpenJDK 14
2.05 GEEK