All Projects → whichjdk → whichjdk.com

whichjdk / whichjdk.com

Licence: other
Which Version of JDK Should I Use?

Labels

Projects that are alternatives of or similar to whichjdk.com

java-metadata
Project collecting release metadata of various JDK distributions.
Stars: ✭ 18 (-67.27%)
Mutual labels:  openjdk
openjdk
Current JDK release and early-access builds
Stars: ✭ 27 (-50.91%)
Mutual labels:  openjdk
zgc
The Z Garbage Collector https://wiki.openjdk.org/display/zgc
Stars: ✭ 118 (+114.55%)
Mutual labels:  openjdk
IdeaJol
IntellijIdea plugin for Java Object Layout (JOL) tool
Stars: ✭ 109 (+98.18%)
Mutual labels:  openjdk
mvn-jlink
Maven plugin to provide way to work with jlink tool in maven projects
Stars: ✭ 34 (-38.18%)
Mutual labels:  openjdk
homebrew-zulu
Homebrew Casks for Azul Zulu OpenJDK & Mission Control
Stars: ✭ 172 (+212.73%)
Mutual labels:  openjdk
qbicc
Experimental static compiler for Java programs.
Stars: ✭ 118 (+114.55%)
Mutual labels:  openjdk
docker-java-centos
This is docker images of CentOS 7 with different versions of java
Stars: ✭ 50 (-9.09%)
Mutual labels:  openjdk
Jdk
JDK main-line development
Stars: ✭ 11,764 (+21289.09%)
Mutual labels:  openjdk
Dragonwell8
Alibaba Dragonwell8 JDK
Stars: ✭ 3,403 (+6087.27%)
Mutual labels:  openjdk
AndroidIDE
AndroidIDE is an IDE for Android to develop full featured Android apps on Android smartphones.
Stars: ✭ 98 (+78.18%)
Mutual labels:  openjdk
jdk8u-xcode10
How to compile JDK 8u with Xcode 9, 10, 11 or 12 on macOS. Also with Shenandoah and JavaFX
Stars: ✭ 34 (-38.18%)
Mutual labels:  openjdk
openjdk-runtime
Google Cloud Platform OpenJDK Docker image
Stars: ✭ 58 (+5.45%)
Mutual labels:  openjdk
java-in-termux
This script will install java (openjdk-11/8) in termux without root! Available for aarch64 or armv8, arm64, armhf, armv7l, arm or arm32 or armv7 or aarch32
Stars: ✭ 10 (-81.82%)
Mutual labels:  openjdk
sbt-jmh
"Trust no one, bench everything." - sbt plugin for JMH (Java Microbenchmark Harness)
Stars: ✭ 740 (+1245.45%)
Mutual labels:  openjdk
docker-java-node
🐳 OpenJDK JRE or JDK (8,11 or 17) with Node.js 14 LTS (Fermium) or 16 LTS (Gallium) Docker image
Stars: ✭ 56 (+1.82%)
Mutual labels:  openjdk

Which Version of JDK Should I Use?

Duke is thinking, which version of JDK to use

To build and run Java applications, a Java Compiler, Java Runtime Libraries, and a Virtual Machine are required that implement the Java Platform, Standard Edition ("Java SE") specification.

The OpenJDK is the open source reference implementation of the Java SE Specification, but it is only the source code. Binary distributions are provided by different vendors for a number of supported platforms. These distributions differ in licenses, commercial support, supported platforms, and update frequency.

This site gives independent, yet opinionated recommendations.

TL;DR

Recommendation: Use Adoptium Eclipse Temurin 17 and ensure that your local version matches the CI and production version.
Make sure, you have the latest patch level 17.0.3 or later, due to CVE-2022-21449.

Releases

Under the current JDK release model, a new feature release with a new major version number is planned every six months, in March and September. Additionally, there are quarterly bug fix updates.

Every three years, the September release will be a Long-Term-Support (LTS) release, which gets updates for at least three years.

JDK Version Type Release Date Highlights Recommendation
8 LTS 03/2014 Lambdas Last LTS version under previous release model. Free updates by Oracle ended, but still maintained by others. Upgrade to a 11 or 17 within the next months!
9 Feature 09/2017 Modules New release model was introduced. EOL. Upgrade to 11 or 17 now!
10 Feature 03/2018 var EOL. Upgrade to 11 or 17 now!
11 LTS 09/2018 New HTTP Client Widely used LTS version. Plan upgrade to version 17 within the next months.
12 Feature 03/2019 EOL. Upgrade to 17 now!
13 Feature 09/2019 EOL. Upgrade to 17 now!
14 Feature 03/2020 Switch expressions EOL. Upgrade to 17 now!
15 Feature 09/2020 Text blocks EOL. Upgrade to 17 now!
16 Feature 03/2021 Records EOL. Upgrade to 17 now!
17 LTS 09/2021 Sealed Classes Current LTS version. Update to 17.0.3+ now!
18 Feature 03/2022 UTF-8 by Default Stick to 17!
It is a short term release without significant features. You might want to check if you run in any issues with "UTF-8 by Default" by setting -Dfile.encoding=UTF-8 in your current JDK.

You have to decide, if you want to stick with the latest LTS version, or if you go with the latest feature release and upgrade every six months. Both ways are OK. If uncertain, stick with the latest LTS version.

The OpenJDK project itself is managed on openjdk.java.net, where you can find specifications, source code, and mailing lists. But there are no builds that you can download. You need to choose a distribution.

Distributions

OpenJDK builds by Oracle (jdk.java.net)

Website | Releases | Docker Images (n/a)

Oracle provides OpenJDK builds for Linux, macOS and windows in a compressed archive format.

These builds will only be updated for a 6-month period. Updates and security patches will not be available after this short period. This also applies for LTS versions! E.g., the latest OpenJDK 11 build was 11.0.2+9 while the current OpenJDK version is 11.0.12+7.

⛔️ Recommendation: Do not use OpenJDK builds by Oracle, particularly if you plan to stick with LTS versions.

Oracle Java SE Development Kit (JDK)

Website | Releases | Docker Images (n/a)

Oracle provides a commercial version of the OpenJDK, which are based on the exactly same sources of the OpenJDK: The Oracle Java SE Development Kit (JDK). Oracle provides updates regular updates and security patches for these builds.

The main issue with these builds is Oracle's licensing policy:

Until version 10 builds were published under the Oracle Binary Code License Agreement, which effectivly allowed the builds to be used for commercial projects.

With version 11 to version 16 builds were published under the Oracle Technology Network License Agreement for Oracle Java SE, which require a fee-based license for usage in production. This is why many new distributions of the OpenJDK have emerged.

Version 17 is published under the Oracle No-Fee Terms and Conditions (NFTC), which allows the usage of the builds for running internal business operations. Unfortunally, it is not defined, what this means. Is a public website running internal business operations?

Also, based on this volatile licensing history, it is not predictable, how future version will be licensed.

⛔️ Recommendation: Do not use Oracle Java SE Development Kit (JDK) before consulting your lawyer.

Adoptium Eclipse Temurin

Website | Releases | Docker Images

Eclipse Adoptium is a top-level project under the Eclipse Foundation, which provides resources and a professional governance model for open source software. The Adoptium Working Group consists of major companies and organizations that have a strategic interest in the Java technology, including Red Hat, IBM, Microsoft, Azul, and the iJUG. The former AdoptOpenJDK project has moved to Eclipse Adoptium.

The Adoptium OpenJDK builds are called Eclipse Temurin to distinguish the project from the builds.

Eclipse Temurin builds are high-quality, vendor-neutral, and TCK-tested under a permissive license.

Adoptium states, it will continue to build binaries for LTS releases as long as the corresponding upstream source is actively maintained.

Recommendation: Adoptium Eclipse Temurin OpenJDK builds are highly recommended.

AdoptOpenJDK

Website | Releases | Docker Images

The AdoptOpenJDK project was the predecessor of Eclipse Adoptium and provided high-quality OpenJDK builds, both for the default HotSpot and the OpenJ9 virtual machine.

The website and older releases are kept online to access archived releases.

⛔️ Recommendation: Do not use AdoptOpenJDK anymore. Use Adoptium Eclipse Temurin instead.

Azul Zulu

Website | Releases | Docker Images

Azul Systems, Inc., has specialized in professional Java technologies and commercial support for JDK. Azul has a high-industry reputation and is engaged in various working groups to evolve the Java platform.

Azul provides open source OpenJDK builds called Azul Zulu for many operating systems and architectures. Additionally, Azul provides builds for special requirements, such as stripped down JREs and builds including OpenJFX.

A downside of these builds is the dependency to a single company, that may suddenly change its license or update policies.

Recommendation: Azul Zulu Builds of OpenJDK are a good choice.

Azul Zing

Website | Releases | Docker Images (n/a)

Azul Zing is a commercial JDK, currently marketed as Azul Platform Prime. It requires a commercial contract with Azul Systems for production use.

Zing is OpenJDK-based, and adds the patented "C4 Pauseless Garbage Collector", the "Falcon JIT Compiler" (that optimizes for throughput at the cost of higher CPU usage and longer start-up and warm-up times), and some features to speed up compiler warm-up time (to mitigate the Falcon JIT Compiler's slower warm-up times by profiling and storing optimizations of training runs in files).

Azul Zing has some use cases in financial trading applications, where GC pauses are a problem. Apart from that, the regular OpenJDK contains the free low-pause time GCs Shenandoah and ZGC that may be an alternative.

⚠️ Recommendation: Consider Azul Zing / Azul Platform Prime when GC pause times are a problem. Do not use it in production without a license.

BellSoft Liberica JDK

Website | Releases | Docker Images

Similar to Azul, BellSoft has specialized in professional Java technologies and commercial support for JDK. Also, BellSoft has a high industry reputation and is engaged in various working groups to evolve the Java platform.

BellSoft provides open source OpenJDK builds called Liberica JDK for pretty much all operating systems and architectures.

The popular Spring Boot framework chose Liberica JDK as runtime for their buildpack.

A downside of these builds is the dependency to a single company, that may suddenly change its license or update policies.

Recommendation: BellSoft Liberica JDK builds are a good choice.

IBM Semeru Runtime

Website | Releases | Docker Images (n/a)

IBM developed its own version of the Java Virtual Machine, called J9 and it was open-sourced as Eclipse OpenJ9. It is an alternative to the default HotSpot Java Virtual Machine, but it has never gained much popularity.

IBM now provides builds called Semeru Runtime based on the Eclipse OpenJ9 Java Virtual Machine and some OpenJDK class libraries. OpenJ9 has a low memory footprint and starts fast with shared classes, but lower throughput compared to Hotspot Virtual Machine.

⛔️ Recommendation: Use IBM Semeru Runtime only, if you know that you need the OpenJ9 Virtual Machine.

Amazon Corretto

Website | Releases | Docker Images

Since Oracle changed the support and license policy for its OpenJDK builds, major cloud providers decided to establish their own managed OpenJDK builds and providing long-term updates. Apparantly, this is to avoid risks, especially lawsuits against Oracle.

In 2018, AWS published Corretto, yet another OpenJDK build.

AWS includes back ports of bug fixes from newer OpenJDK versions and claims that they would add patches that might not yet be integrated in the OpenJDK project. Amazon has implemented an alternative crypto provider that has been optimized for their services. It is planned to be used as the default crypto implementation in Corretto.

Amazon provides releases for major development platforms and an optimized version for its own Amazon Linux 2.

Recommendation: Corretto builds are a good choice, particularly if you run Java applications directly on Amazon Linux 2 in AWS.

Microsoft Build of OpenJDK

Website | Releases | Docker Images

In 2021, Microsoft published Microsoft Build of OpenJDK, yet another OpenJDK build.

Microsoft may include back ports of bug fixes from newer OpenJDK versions and claims that they would add patches that might not yet be integrated in the OpenJDK project.

Microsoft provides releases for major development platforms.

⚠️ Recommendation: Use Microsoft Build of OpenJDK, only if you run Java applications directly on Azure.

Alibaba Dragonwell

Website | Releases | Docker Images

Alibaba provides an OpenJDK build which includes back ports and some extra features.

⛔️ Recommendation: Do not use Alibaba Dragonwell, unless you are forced by your government.

SapMachine

Website | Releases | Docker Images

SapMachine is yet another OpenJDK Build, maintained by SAP.

⚠️ Recommendation: Use SapMachine only if you are running Java applications on SAP servers.

Red Hat OpenJDK

Website | Releases | Docker Images

Red Hat provides OpenJDK builds for LTS versions.

⚠️ Recommendation: Use Red Hat OpenJDK only if you are running Java applications directly on Red Hat Enterprise Linux.

ojdkbuild

Website | Releases | Docker Images (n/a)

The project is discontinued. The ojdkbuild project had the goal of providing Windows x86_64 binaries of OpenJDK that are as close in behaviour to Linux OpenJDK packages as possible, e.g. by using system libraries instead of packaged versions of zlib or OpenSSL. It used the packages included in CentOS. A use case for these builds was to develop Java software on Windows machines and deploy them to Linux servers in production.

⛔️ Recommendation: Do not use ojdkbuild, as the project is discontinued.

GraalVM

Website | Releases | Docker Images

GraalVM is a fully compliant JDK, but much different from all the others builds.

GraalVM was developed by Oracle. It is based on the OpenJDK but includes a new high-performance compiler and a new polyglot virtual machine (can execute code written in different programming languages). It is also possible to create platform-specific native executable that are highly optimized and start extremly fast.

🤷 Please share your experiences with GraalVM in production, so that we can elaborate a validated recommendation.

Special Cases

Apple Silicon

The official support for macOS/AArch64 was implemented with JEP 391 in the OpenJDK 17 release.

macOS x64 builds run stable with Rosetta 2, but there is a significant performance drop due to emulation. People that develop on an Apple Silicon Mac (like me) should install a native macOS AArch64 (aka ARM 64) build of the JDK.

Most distributions have macOS/AArch64 builds for Java 17+, only. BellSoft Liberica and Azul Zulu also provide free macOS/AArch64 builds for Java 8 and Java 11.

FAQs

What is the best way to install a JDK for local development?

Use SDKMAN!

To list available JDKs, type

sdk list java

and install a specific version:

sdk install java 17.0.3-tem

Validate by checking the version:

java --version

Which version of Java do I currently have installed?

which java
`which java` --version

On Linux, you might also try

sudo update-java-alternatives

What is the difference between JDK and JRE?

Some distributions provide a JDK (Java Development Kit) and a JRE (Java Runtime Environment) build. A JDK includes everything to compile, package and run Java applications, while a JRE only includes the binaries and libraries to run Java applications. The JRE is a stripped down version of the JDK, and is smaller in terms of megabytes.

If size matters for you, consider creating your own stripped-down runtime using jlink.

For local development, you need a JDK. In production you only need a runtime environment, but it is quite common to use the JDK, too.

What about Java EE?

Java EE (Java Platform, Enterprise Edition) was renamed to Jakarta EE. It is a specification to build server app and frontends. In terms of scope, Jakarta EE can be compared with more modern frameworks like Spring Boot, Micronaut, and Quarkus, but Jakarta EE feels more complicated.

⚠️ Recommendation: Do not start new projects based on Jakarta EE. Most people use Spring Boot, which is a good choice. Consider Quarkus, if you have a strong Java EE background. Consider Micronaut, if you like Groovy and Grails.

About

This site is maintained by Jochen Christ. Any recommendations or opinions represented on this site are personal and based on long-term professional experience. The author is not associated with any of the organizations stated here.

Found an error or something is missing? Please raise an issue or create a pull request.

Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].