Skip to content

Instantly share code, notes, and snippets.

@wavezhang
Last active May 6, 2025 08:53
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
@caganer
Copy link

caganer commented May 4, 2025

I've just spent 3 hours on web searches trying to find the final version of Java runtime Environment for Windows 7 x64 w/o luck.
e.g.
Bing Copilot AI - The final version of the Oracle Java Runtime Environment (JRE) for Windows 7 x64 is Java SE Runtime Environment 7u80
Brave Search AI - last for Windows 7 jre-8u77-windows-x64.exe.
Google - The latest [<--sic] version of Oracle Java SE for Windows 7 x64 is Java SE 8u392
https://en.wikipedia.org/wiki/Java_(software_platform) - Java SE 9 and 10 have higher system requirements, i.e. Windows 7

I had to do a system restore and it zapped Java and I eventually installed from a saved 2016 copy I have of jre-8u101-windows-x64.exe (59.17MB) which installed OK as it is recognised by java -version but there is no update tab on the interface. Whereas another Windows 7 box I have (likewise patched with 0Patch) continues to receive Java updates?!
Current jre-8u451-windows-x64.exe didn't oblige by installing, the removal tool for traces of old installations had also failed. Complete PITA.

Anyone know?

@gitsamirhub
Copy link

can anyone provide 8u451 JDK for windows64 please?

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