Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I download Java SE 6, Update 121?

Tags:

java

jdk1.6

I need JDK6 for running a legacy application. But I need TLS 1.2 support also.

This link says TLS 1.2 support is available in Java™ SE Development Kit 6, Update 121. But the java archive download page for ver 6 has versions 45 and lower only.

Can I download the specified version of JDK from aome other page in oracle website? Is such a provision available?

like image 874
Shoreki Avatar asked Aug 24 '17 10:08

Shoreki


People also ask

Where can I download JDK 6?

Go to the Oracle Java Archive page. Thank you for downloading this release of the JavaTM Platform, Standard Edition Development Kit (JDKTM). The JDK is a development environment for building applications, applets, and components using the Java programming language.

What is the latest Java SE version?

The latest version of Java is Java 19 or JDK 19 released on September, 20th 2022 (follow this article to check Java version on your computer). JDK 19 is a regular update release, and JDK 17 is the latest Long Term Support (LTS) release of Java SE platform (about 8 years of support from Oracle).


2 Answers

Java SE is free but Java SE Advanced is not free. You have to purchase it from Oracle. See this link for more info.

6u121 is a Java SE Advanced version.

like image 144
39ecneret Avatar answered Sep 22 '22 02:09

39ecneret


You need to be a supported customer to get more recent patches of old jdk versions. See this link:

Current update releases for JDK 6 and JDK 7 are available for support customers.

like image 42
Nicola Ambrosetti Avatar answered Sep 21 '22 02:09

Nicola Ambrosetti