Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I download a particular update of the JDK from the oracle website? [closed]

Tags:

java

java-8

I need to use a particular version of the oracle's JDK: 1.8.0_45.

However, I've been clicking around their website for far too long and just can't seem to find it.

I can find a download page for the most recent release (8u60 or whatever) and I can find the release notes for the release I need to use but I just can't find a link for the 1.8.0_45 release.

Do Oracle not host their old JDKs? Where can I download them that is reliable and secure?

like image 203
Paul Avatar asked Sep 08 '15 12:09

Paul


People also ask

How do I download a specific version of Java?

How can I download an older versions of Java? Visit the Java Archive Download Page to get other versions of Java. We recommended installing the latest version of Java from java.com.

What is the most recent version of Java JDK on the Oracle site?

Java Platform, Standard Edition 18 Java SE 18.0. 2 is the latest release of Java SE Platform. Oracle strongly recommends that all Java SE users upgrade to this release.


1 Answers

I believe you're looking for the Java Archive Downloads - Java SE 8. For other vesions you can browse through the rest of the Java Archive.

like image 190
Vlad Avatar answered Nov 03 '22 22:11

Vlad