【JDK】Oracle Another JDK version ends with extended technical support

tags: Java  oracle  JDK  

As of July 2022, Oracle officially ended the extended technical support for Oracle JDK 7 and Oracle JRE 7 (Doc ID: 1414485.1, 2809708.1). The latest version of JDK 1.7 will stay at 1.7.0_351, while the extended technical support for JDK 1.6 will officially end after December 2018, and the latest version has stayed at 1.6.0_211.

From the screenshot below, we can find that the official version of Oracle JDK currently has only three versions of JDK 8 / 11 / 17 left.

Intelligent Recommendation

Oracle official website to download jdk version steps

Step 1: Enter the official websitehttps://www.oracle.com/index.html Step 2: Pull down the Trials and Downloads icon and click to enter Step 3: Find the Feature Download: Java for Developers connection...

Ubuntu 14.04 install oracle jdk detailed version

Determine the system environment Download jdk The download address is as follows [download can only be done after oracle login] https://www.oracle.com/technetwork/java/javase/downloads/java-archive-do...

JDK, jdbc and oracle database version matching relationship

JDK, jdbc and oracle database version matching relationship jdbc connection string jdbc:oracle:thin:@//host:port/service_name example: String url = “jdbc:oracle:” + “thin:@10.11.11.1...

Which version does Oracle JDK starts?

In order to use SpringBoot2, JDK1.8 must be used, but the update version of JDK1.8 is charged. In the future, avoid trouble, in-depth query, avoid problems. Find a good article, https://www.cnblogs.co...

Docker pulls Oracle JDK 11 version mirror

First, use dockerfile See if you use a dockerfile file? https://stackoverflow.com/questions/60014845/how-to-install-oracle-jdk11-in-alpine-linux-docker-image Second, use official mirroring At present,...

More Recommendation

JDK support for internationalization

A JDK provides 3 classes related to internationalization support 1.1 java.util.Locale java.util.Locale is mainly used when localizing software. It has no function in itself, and is more used as a para...

30 days countdown: Windows Vista technical support ends on April 11

Microsoft is about to completely terminate the extended technical support for the Windows Vista operating system on April 11. Users who pursue safe and stable operation should migrate to the updated W...

JDK version switching - JDK&&1.1.1

(The demo is changed from 1.8 to 1.6) 1. Modify the JDK path and JAVA_HOME value in the environment variable 2. Open Control Panel-->Programs-->Java-->Java-->View-->Enable 3. Open the r...

JDK version and major.minor version

In development, you will often encounter an error similar to Unsupported major.minor version 51.0, which is usually caused by a mismatch in the JDK version. Here, the relationship between the JDK vers...

Low version JDk does not support the exception of high version packaging: Unsupported major.minor version 52.0

Exception record: Correspondence between stanford parser and jdk versions Specific exception information: Unsupported major.minor version 52.0: When you see Unsupported, you will think that the high v...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top