Skip to content

Instantly share code, notes, and snippets.

@wavezhang
Last active December 23, 2025 07:49
Show Gist options
  • Select an option

  • Save wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6 to your computer and use it in GitHub Desktop.

Select an option

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
@phith0n
Copy link

phith0n commented Dec 10, 2025

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

java-downloader.nadwey.pl

Currently the latest version is 8u31 but I will progressively add newer versions.

Now most Java 3 to Java 8 versions are available, and Java 9 & 10 for MacOS and Windows.

Sad, this server is down. Would you be willing to share its source code?

@Quartonos
Copy link

anyone has the Java ME 3.4 SDK?

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