Skip to content

Instantly share code, notes, and snippets.

@wavezhang
Last active December 21, 2024 05:19
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
@PlanckConstant
Copy link

can someone get me a version of java 8u20? i need it for minecraft modding :[[

The earliest version I could find: https://bell-sw.com/pages/downloads/?version=java-8&release=8u202%2B8

@snoozybug
Copy link

can someone get me a version of java 8u20? i need it for minecraft modding :[[

The earliest version I could find: https://bell-sw.com/pages/downloads/?version=java-8&release=8u202%2B8

thank you! i'll try it

@Podbrushkin
Copy link

I have a jdk-8-windows-x64-demos.zip with sha256 = fca39cdb402fdf672dcbc29373e011e31a17c1de7b1a9b3283d5158583b2d76c, is there a way how I can make it available to everyone? It contains JavaFX Samples Ensemble app.
Also I think WebArchive can archive urls even if they point to a file.

@VoiceOfZen
Copy link

jre-8u192-windows-x64.exe?

@maiovaio
Copy link

jre-8u192-windows-x64.exe?

There you go

64-bit:
Compressed
Installer

32-Bit:
Offline
Online
Compressed

(Extra versions are for other people that may need compressed or 32-bit versions and made using the technique made by @rathaROG thank you rathaROG)

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