Java JDK 22 is the latest version of Java that was just released on 19th March 2024.
If you make use of IntelliJ IDEA IDE, you can make use of the JDK 22 by following the below steps.

As you now, below are the Open JDK options we can choose from .
- Azul Zulu Community™ 22 - ZuluArcher 22
- BellSoft Liberica JDK 22 - BellArcher 22
- Eclipse Temurin (AdoptOpenJDK HotSpot) 22 - TemurinSpot 22
- GraalVM Community Edition 22.0.0 - GraalBolt 22.0.0
- Oracle GraalVM 22 - OracleGraal 22
- Oracle OpenJDK 22 - OracleJDK 22
- SAP SapMachine 22 - SAPArrow 22
I have selected "Oracle OpenJDK 22 (aarch64)" as you see below.

public class Example {
public static void main(String[] args) {
System.out.println("JDK Version: " + System.getProperty("java.version"));
}
}
Note: The preview features are turned off by default.
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!