Skip to content

Instantly share code, notes, and snippets.

@wavezhang
Last active June 28, 2024 15: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
@aelio
Copy link

aelio commented May 29, 2024

Hi, I'm currently making a website that can download old JRE versions directly from Oracle's server

Wow thanks. that is a really great job done

@DargaNoor
Copy link

can you provide me tar.gz for Java 7 SE (Not the link zip file or..)

@edtimer
Copy link

edtimer commented Jun 26, 2024

Hi, I'm currently making a website that can download old JRE versions directly from Oracle's servers

https://java-downloader.nadwey.pl/
Now most Java 3 to Java 8 versions are available, and Java 9 & 10 for MacOS and Windows.

Nice one. Thanks

@tcreek
Copy link

tcreek commented Jun 28, 2024

If anyone wants the actual version of JDK 8 (u401) without login, here you go:

https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u401/jdk/jdk-8u401-windows-x64.exe

That gets redirected to Oracle where you have to login

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