Last active
July 22, 2025 05:40
-
Star
(942)
You must be signed in to star a gist -
Fork
(118)
You must be signed in to fork a gist
-
-
Save wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6 to your computer and use it in GitHub Desktop.
download java from oracle without login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Download the latest JRE/JDK from Adobe ColdFusion:
https://helpx.adobe.com/coldfusion/kb/coldfusion-downloads.html#downloads3
Download the latest JRE 8 (BundleId):
https://www.java.com/en/download/manual.jsp
The old trick for Java 8:
JRE 8u461 Windows x64
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=252322_68ce765258164726922591683c51982c
JDK 8u461 Windows x64 (Sign in only)
https://download.oracle.com/otn/java/jdk/8u461-b11/68ce765258164726922591683c51982c/jdk-8u461-windows-x64.exe
JDK 11.0.28 Windows x64 (Sign in only)
https://download.oracle.com/otn/java/jdk/11.0.28%2B12/b9df5b5128bc4f4fac0e12c356ea6ae3/jdk-11.0.28_windows-x64_bin.exe