5

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?

Shoreki
  • 1,057
  • 4
  • 14
  • 33
  • 1
    *Can I download the specified version of JDK from some other page in oracle website?* - If you find such a site, and you do it, that is a copyright violation, both by yourself and the person who runs the site. Just don't. do it. Oracle have expensive lawyers and deep pockets! – Stephen C Aug 24 '17 at 11:12
  • Thanks Stephen. I won't. – Shoreki Aug 24 '17 at 11:14

2 Answers2

5

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.

39ecneret
  • 661
  • 3
  • 7
  • 17
4

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.

Nicola Ambrosetti
  • 2,567
  • 3
  • 22
  • 38
  • Only versions through 6u45 are available via this link, which the poster made clear. The poster is asking about 6u121, which is an advanced version. – em_bo Oct 26 '18 at 14:19