Skip to content

Instantly share code, notes, and snippets.

@wavezhang
Last active October 13, 2025 17:27
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
@algomaster99
Copy link

Hey @starchivore ! Thanks for sharing the URLs. Could you tell me where you got the checksums? I don't see it in the page you shared.

@Jonius7
Copy link

Jonius7 commented Aug 17, 2025

Any URL for jdk-8u461-windows-x64.exe ? The latest I have is 8u421.

@mikelietz
Copy link

Is it possible to do anything like this for Java SE 11 for OSX/ARM64? The old 11 links go to 404s...

@toofast2234-prog
Copy link

this helped me out alot

@KittyBua
Copy link

KittyBua commented Oct 2, 2025

@Solface
Copy link

Solface commented Oct 11, 2025

hey could anyone get the download for Java 5 for me, ive tried like everything and i just cant get it to work

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