Skip to content

Instantly share code, notes, and snippets.

@wavezhang
Last active November 13, 2024 02:42
Show Gist options
  • Save wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6 to your computer and use it in GitHub Desktop.
Save wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6 to your computer and use it in GitHub Desktop.
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz
@Cali4niaWK
Copy link

Hi guys. Im currently looking for Java Runtime Environment 6.0 Update 211 which has a file name of "jre-6u211-windows-i586.exe" & "jre-6u211-windows-x64.exe" also im looking for Java Runtime Environment 7.0 Update 301 which has a file name of "jre-7u301-windows-i586.exe" & "jre-7u301-windows-x64.exe"

I know these are not publicly available through Oracle but was hoping someone could post them or guide me in the right direction if they can find them for me. I do various things with older versions of Java with older computers is why I'm looking for these latest versions. Thanks guys.

@TheBrockReal
Copy link

I need 8u25 for Windows ASAP

@mrcreatist
Copy link

Really helpful @aasimenator !

@Santhosh-kongley
Copy link

It works.!!!

@mandheermaan
Copy link

wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java11/java11015/jdk-11.0.15_linux-x64_bin.tar.gz

It works in Dockerfile as well !!!

@zzzz465
Copy link

zzzz465 commented Jul 6, 2022

thanks

@x1cry
Copy link

x1cry commented Jul 22, 2022

If you can add 8u20 please.

@233Neon
Copy link

233Neon commented Aug 31, 2022

No x84? Only x64?

@deajan
Copy link

deajan commented Oct 8, 2022

A bit out of scope perhaps, but alot of people here download an elder java version to connect to prehistoric hardware console redirection.
I've made a small package that uses a security modified version of JDK 1.8 and icedtea by adoptopen.
That package allows to use old security protocols and ciphers, and should allow to connect to a fair big number of old hardware using java jnlp files.
See https://github.com/netinvent/ipmi-starter

@sakibccr
Copy link

@Nadwey
Copy link

Nadwey commented Jan 21, 2023

JDK 8u361

Java SE 8u361 Runtime Environment

Java SE 11.0.18

Or

JDK 8u361

Java SE 8u361 Runtime Environment

Server JRE 8u361

@mtsuit
Copy link

mtsuit commented Mar 23, 2023

Any chance someone can post a link for jdk-7u351-linux-x64.tar.gz ? would be much appreciated

@bauloc
Copy link

bauloc commented Mar 25, 2023

THank

@U-sama
Copy link

U-sama commented Apr 2, 2023

thanks

@jurakin
Copy link

jurakin commented Apr 9, 2023

@OrenMustaki
Copy link

Is there a reason why
jre-8u361-windows-x64.exe sha256sum is :
85d6326adab8ef537bba8880873a63d625dde9b200797793c17dfad6bf66d359
while it suppose to be :
419328f3a2325b1dc27f710abd73e232e9deac47915b4dba61a697b925b5b83d

jre-8u361-windows-i586.exe sha256sum is :
b9fb7ce56b36554f9e38e46977d7a57888b073b482d0a63349368e28ec92b4da
while it suppose to be :
9f894ca1b76c6d504a5f62e71963f186527110c617215afa9fe061fc7793195f

@Nadwey
Copy link

Nadwey commented Apr 19, 2023

javadl.oracle.com

JDK 8u371

Java 8 Enterprise Performance Pack

JRE 8u371

Server JRE 8u371

cfdownload.adobe.com

Java SE 11.0.19 (LTS)

JDK 8u371

JRE 8u371

@rathaROG
Copy link

rathaROG commented Apr 19, 2023

@OrenMustaki
Copy link

Yes, I am retarded.
I know how to compare checksums though.

@dungsaga
Copy link

I switched to OpenJDK and stopped worrying about Oracle JDK download links :D

@kvv5898
Copy link

kvv5898 commented Jul 14, 2023

Hi. Does anyone have a jdk 1.4 link for windows i586? please

@yudistirabagus
Copy link

really saves my day

@spikespaz
Copy link

Here is an example of a Nixpkgs overlay for Nix/OS users.

https://github.com/spikespaz/dotfiles/blob/master/overlays/oraclejdk.nix

@Nadwey
Copy link

Nadwey commented Jul 17, 2023

Hi. Does anyone have a jdk 1.4 link for windows i586? please

http://mirror.thekeelecentre.com/pub/java/archive/

@shopsaver
Copy link

Hi, Everyone here is a link of all java version with server
https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html

You just have to scroll and found the file numbers are from descending order like first 20 then 19 at the last version no1 also avaiable
Too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment