Last active
January 25, 2025 23:57
-
Star
(904)
You must be signed in to star a gist -
Fork
(114)
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 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 |
jre-8u192-windows-x64.exe?
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)
Version 8 Update 431
Linux
Linux x64
Linux RPM
Linux x64 RPM
Guys. Just use jabba version manager. It has all direct links to Java
Versions and Build / Forks. This thread is too old now.
…On Wed, 8 Jan, 2025, 9:27 pm a-bezrukov, ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
Version 8 Update 431
Linux
<https://javadl.oracle.com/webapps/download/AutoDL?BundleId=251396_0d8f12bc927a4e2c9f8568ca567db4ee>
Linux x64
<https://javadl.oracle.com/webapps/download/AutoDL?BundleId=251398_0d8f12bc927a4e2c9f8568ca567db4ee>
Linux RPM
<https://javadl.oracle.com/webapps/download/AutoDL?BundleId=251395_0d8f12bc927a4e2c9f8568ca567db4ee>
Linux x64 RPM
<https://javadl.oracle.com/webapps/download/AutoDL?BundleId=251397_0d8f12bc927a4e2c9f8568ca567db4ee>
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6#gistcomment-5379197>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP6OSIVZ3G6YAHCHKNKTVVL2JVDGDBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA2DAMJXGM3TINVHORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Use this tool https://github.com/shyiko/jabba
Type the jabba ls-remote
after installing for your platform to list all java builds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.