Link Search Menu Expand Document

Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture.

Release Released Active Support Security Support Latest
19 4 months and 3 weeks ago
(20 Sep 2022)
Ends in 1 month and 6 days
(21 Mar 2023)
Ends in 1 month and 6 days
(21 Mar 2023)
19.0.2
(17 Jan 2023)
18 10 months ago
(22 Mar 2022)
Ended 4 months and 3 weeks ago
(20 Sep 2022)
Ended 4 months and 3 weeks ago
(20 Sep 2022)
18.0.2.1
17 (LTS) 1 year and 5 months ago
(14 Sep 2021)
Ends in 3 years and 7 months
(30 Sep 2026)
Ends in 6 years
(30 Sep 2029)
17.0.6
(17 Jan 2023)
16 1 year and 11 months ago
(16 Mar 2021)
Ended 1 year and 5 months ago
(14 Sep 2021)
Ended 1 year and 5 months ago
(14 Sep 2021)
16.0.2
15 2 years and 5 months ago
(15 Sep 2020)
Ended 1 year and 11 months ago
(16 Mar 2021)
Ended 1 year and 11 months ago
(16 Mar 2021)
15.0.2
14 2 years and 11 months ago
(17 Mar 2020)
Ended 2 years and 5 months ago
(16 Sep 2020)
Ended 2 years and 5 months ago
(16 Sep 2020)
14.0.2
13 3 years and 5 months ago
(17 Sep 2019)
Ended 2 years and 11 months ago
(17 Mar 2020)
Ended 2 years and 11 months ago
(17 Mar 2020)
13.0.2
12 3 years and 11 months ago
(19 Mar 2019)
Ended 3 years and 5 months ago
(17 Sep 2019)
Ended 3 years and 5 months ago
(17 Sep 2019)
12.0.2
11 (LTS) 4 years ago
(25 Sep 2018)
Ends in 7 months
(30 Sep 2023)
Ends in 3 years and 7 months
(30 Sep 2026)
11.0.18
(17 Jan 2023)
10 4 years and 11 months ago
(20 Mar 2018)
Ended 4 years ago
(25 Sep 2018)
Ended 4 years ago
(25 Sep 2018)
10.0.2
9 5 years ago
(21 Sep 2017)
Ended 4 years and 11 months ago
(20 Mar 2018)
Ended 4 years and 11 months ago
(20 Mar 2018)
9.0.4
8 (LTS) 8 years and 11 months ago
(18 Mar 2014)
Ended 10 months ago
(31 Mar 2022)
Ends in 7 years and 10 months
(31 Dec 2030)
8u361
(17 Jan 2023)
7 (LTS) 11 years ago
(11 Jul 2011)
Ended 3 years and 6 months ago
(31 Jul 2019)
Ended 6 months ago
(31 Jul 2022)
7u351
6 (LTS) 16 years ago
(12 Dec 2006)
Ended 7 years ago
(31 Dec 2015)
Ended 4 years ago
(31 Dec 2018)
6u211

Java, as developed by the OpenJDK Project, owned and primarily employed by Oracle, has been on a 6-month rapid-release cycle since the release of Java 10. Starting with Java 11, had new LTS releases every six releases (three years), followed by Java 17, after which the LTS frequency will be increased to every four releases (2 years).

Java 8 is the last release on the old cycle methodology still in active support. Non-LTS releases are supported for 6 months. The latest supported release in each release cycle can be found at https://www.oracle.com/java/technologies/java-se-glance.html.

Official builds and support from Oracle come in two varieties: open source under the GNU GPL, and a proprietary license that must be purchased. Only the very latest Java release is available pre-built with the open source license, one must purchase support to get builds from Oracle for 8 or 11. Other projects such as Adoptium or Linux distributions may provide builds external of Oracle and are governed under the open source license.

JDK releases information can be found on https://www.java.com/releases/.

More information is available on the Java/OpenJDK website.

You should be running one of the supported release numbers listed above in the rightmost column.

You can check the version that you are currently using by running:
java -version

You can submit an improvement to this page on GitHub :octocat: . This page has a corresponding Talk Page.

A JSON version of this page is available at /api/java.json. See the API Documentation for more information. You can subscribe to the iCalendar feed at /calendar/java.ics.

This page was last updated on 18 January 2023. Latest releases are automatically updated.