Skip to content

Instantly share code, notes, and snippets.

@wavezhang
Last active April 29, 2024 14:42
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
@kadiwa4
Copy link

kadiwa4 commented Aug 8, 2020

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

@dicamarques14
Copy link

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Thank you

@BukeMan
Copy link

BukeMan commented Aug 10, 2020

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Thank you so much! It worked!

@ApetweBc
Copy link

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Thank you bro

@interbiznw
Copy link

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Works great, thanks!

@rathaROG
Copy link

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Cool! Works for all platforms. Thanks!

@agungvr
Copy link

agungvr commented Aug 14, 2020

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Wow, it worked! Thank you

Copy link

ghost commented Aug 14, 2020

Oracle Java jdk

8 LTS jdk 8u26-windows-x64.exe
https://drive.google.com/file/d/1MLpbLJNfW7Rbtyt-OmqAxdklHLuDLsox/view?usp=sharing

11 LTS jdk 11.0.8_windows-x64.exe
https://drive.google.com/file/d/1ZDMTvNDA2l8LblfHgDczCuMGHLZuP9yA/view?usp=sharing

docs on official Oracle website

@deadman2000
Copy link

@kadiwa4
Copy link

kadiwa4 commented Aug 14, 2020

Invalid download URL entered: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

it’s for java 8 or lower :)
I couldn’t figure out how to download java 11 files (without logging in) so they’re not supported

@rathaROG
Copy link

rathaROG commented Aug 15, 2020

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Invalid download URL entered: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

For version 11, just simply use the otn-pub trick... ;) However, you must accept the license agreement in order to generate a unique cookie or token before being able to download using this trick, or use wget if you know what to do with it.

Detail (Using your broswer):

  • Go the official download page:
    https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
  • You must accept the License Agreement, and copy the link or URL from the download button:
    https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe
  • Remove everything before = and including the =:
    https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe
  • Finally, change otn to otn-pub and %2B to +:
    https://download.oracle.com/otn-pub/java/jdk/11.0.8+10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

Note:

  • Using the final URL directly on your broswer will never works. You must accept the License Agreement first.
  • Or use wget if you already know the final link like this time:
    wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.8+10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

@aneudysamparo
Copy link

New bypass,

Go to
https://www.oracle.com/java/technologies/javase-jdk14-downloads.html
You must accept the License Agreement, and copy the link and paste on new tab / window

Hit enter and have fun 🎉

@Unaccountable
Copy link

New bypass,

Go to
https://www.oracle.com/java/technologies/javase-jdk14-downloads.html
You must accept the License Agreement, and copy the link and paste on new tab / window

Hit enter and have fun 🎉

Thank you! Works like a charm!

@cem94
Copy link

cem94 commented Aug 20, 2020

Any solution for Java 8?

@TheSnowfield
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

It works perfectly for JRE! (。・∀・)ノ゙
But I have no luck for JDK.

@YousraMashkoor
Copy link

New bypass,

Go to
https://www.oracle.com/java/technologies/javase-jdk14-downloads.html
You must accept the License Agreement, and copy the link and paste on new tab / window

Hit enter and have fun 🎉

This worked for me! Thank you

@timkinsman
Copy link

timkinsman commented Sep 1, 2020

(Personal note only) How to generate link for the future update:

  1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
  2. Click on the wanted exe file and accept the license agreement
  3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b12/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-windows-x64.exe

  1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 261
  • [xx] is the build number; for example 12
  • [encrypted_path] is the encrypted path; for example a4634525489241b9a9e1aa73d9e118e6
  • [file_name_exe] is the exe file name; for example jdk-8u261-windows-x64.exe
  1. Final and ready download link will be:
    https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

This works like a charm!!!

Latest links at this time:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

Thanks! all this work just to use cordova-android! ...

@tr15tan
Copy link

tr15tan commented Sep 1, 2020

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Invalid download URL entered: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

For version 11, just simply use the otn-pub trick... ;) However, you must accept the license agreement in order to generate a unique cookie or token before being able to download using this trick, or use wget if you know what to do with it.

Detail (Using your broswer):

  • Go the official download page:
    https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
  • You must accept the License Agreement, and copy the link or URL from the download button:
    https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe
  • Remove everything before = and including the =:
    https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe
  • Finally, change otn to otn-pub and %2B to +:
    https://download.oracle.com/otn-pub/java/jdk/11.0.8+10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

Note:

  • Using the final URL directly on your broswer will never works. You must accept the License Agreement first.
  • Or use wget if you already know the final link like this time:
    wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.8+10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

saved my day~

@elizavetakotova1999
Copy link

(Personal note only) How to generate link for the future update:

  1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
  2. Click on the wanted exe file and accept the license agreement
  3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b12/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-windows-x64.exe

  1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 261
  • [xx] is the build number; for example 12
  • [encrypted_path] is the encrypted path; for example a4634525489241b9a9e1aa73d9e118e6
  • [file_name_exe] is the exe file name; for example jdk-8u261-windows-x64.exe
  1. Final and ready download link will be:
    https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

This works like a charm!!!
Latest links at this time:
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

Thanks! all this work just to use cordova-android! ...

It really works!!! Thanks)))

@hoefler02
Copy link

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

@Evigami
Copy link

Evigami commented Sep 2, 2020

Thank You So Much!

@VasseurLaurent
Copy link

Hello guys,

It seems not working for me

from original link :
https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-windows-x64.exe

I tried :

wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-windows-x64.exe

wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn/java/jdk/7u80-b15/jdk-7u80-windows-x64.exe

(from @tr15tan website) wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://javadl.oracle.com/webapps/download/GetFile/1.7.0_80-b15/windows-i586/jdk-7u80-windows-x64.exe

Do you have any idea ?

@JiaruiTracy
Copy link

http://enos.itcollege.ee/~jpoial/allalaadimised/jdk8/

Thank you so much, the best solution for me!

@imro2
Copy link

imro2 commented Sep 7, 2020

(Personal note only) How to generate link for the future update:

  1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
  2. Click on the wanted exe file and accept the license agreement
  3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b12/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-windows-x64.exe

  1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 261
  • [xx] is the build number; for example 12
  • [encrypted_path] is the encrypted path; for example a4634525489241b9a9e1aa73d9e118e6
  • [file_name_exe] is the exe file name; for example jdk-8u261-windows-x64.exe
  1. Final and ready download link will be:
    https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

This works like a charm!!!

Latest links at this time:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

Works great!

An alternate solution:

  1. go to https://www.oracle.com/webfolder/s/digest/8u[xxx]checksum.html, where [xxx] is the update number. Currently https://www.oracle.com/webfolder/s/digest/8u261checksum.html
  2. Use google to search for MD5 hash of package you are looking for.
  3. After download from one of the google results, make sure to check MD5 of the downloaded file. On windows CertUtil -hashfile <path to file> MD5

@DaivikGoel
Copy link

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

Thank you so much!

@junxdev
Copy link

junxdev commented Sep 19, 2020

For Linux user using shell to download Java SE Development Kit 8u261
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/linux-i586/jdk-8u261-linux-x64.tar.gz

@Kritish58
Copy link

jdk-8u231-windows-x64:
https://mega.nz/#F!EolCyShY!D0QUZdcafG1mUXbqWywFsg

thank you so much

@pasaporteN25
Copy link

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

Tanks for this man, save me to do the same haha

@Chibrow
Copy link

Chibrow commented Sep 25, 2020

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

Still working, many thanks

Copy link

ghost commented Sep 27, 2020

that worked. thank you so much!!

@Me829316
Copy link

I made a fake account to get into oracle and tried to download Java JRE 8
but it didnt work

@JozefKuco
Copy link

JozefKuco commented Sep 30, 2020

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

still working, thanks.

@Maher133
Copy link

@mariusvn
Copy link

mariusvn commented Oct 1, 2020

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

I like you <3

@elijahtsai
Copy link

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

Thanks!!

@MokkaSchnalle
Copy link

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

Thanks!! 👍

@Driaan
Copy link

Driaan commented Oct 2, 2020

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

Thanks!

Copy link

ghost commented Oct 3, 2020

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

Thanks Man!👍👍👍👍👍👍

Copy link

ghost commented Oct 5, 2020

Used temp-mail.org to make a dummy account:
fiyewas243@faxapdf.com:Asdf1234
Enjoy!

thank u so fucking much holy shit

@diaeddine97
Copy link

diaeddine97 commented Oct 5, 2020

after reading comments, these ones (right click on button to get link) + (nexturl link) + (replacing otn to otn-pub works)
Example:
https://download.oracle.com/otn-pub/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

Note that this link may not work, you need to get link from button inside the accept agreement modal
Hope this helped

@GrantBGreat
Copy link

GrantBGreat commented Oct 6, 2020

More Logins:
http://bugmenot.com/view/oracle.com
Its kinda buggy, but the logins work. (most of the time)

I managed to get Java 7 using one of these logins, you just need to try different ones.

@matheusmurta
Copy link

need fuck login to oracle site
jdk-8u241-windows-x64.exe download
https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html

@AchimGrolimund
Copy link

Login ass

hoi@muellmail.com
Qwert1234

@bfgh012
Copy link

bfgh012 commented Oct 9, 2020

(Personal note only) How to generate link for the future update:

  1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
  2. Click on the wanted exe file and accept the license agreement
  3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b12/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-windows-x64.exe

  1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 261
  • [xx] is the build number; for example 12
  • [encrypted_path] is the encrypted path; for example a4634525489241b9a9e1aa73d9e118e6
  • [file_name_exe] is the exe file name; for example jdk-8u261-windows-x64.exe
  1. Final and ready download link will be:
    https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

This works like a charm!!!
Latest links at this time:
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

Works great!

An alternate solution:

  1. go to https://www.oracle.com/webfolder/s/digest/8u[xxx]checksum.html, where [xxx] is the update number. Currently https://www.oracle.com/webfolder/s/digest/8u261checksum.html
  2. Use google to search for MD5 hash of package you are looking for.
  3. After download from one of the google results, make sure to check MD5 of the downloaded file. On windows CertUtil -hashfile <path to file> MD5

Many thanks 👍👍👍👍👍

@nhristova
Copy link

Login ass

hoi@muellmail.com
Qwert1234

Thanks a lot! 💯
I tried to register but I think the confirmation email got blocked by spam filter :D

@dlmvikas
Copy link

(Personal note only) How to generate link for the future update:

  1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
  2. Click on the wanted exe file and accept the license agreement
  3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b12/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-windows-x64.exe

  1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 261
  • [xx] is the build number; for example 12
  • [encrypted_path] is the encrypted path; for example a4634525489241b9a9e1aa73d9e118e6
  • [file_name_exe] is the exe file name; for example jdk-8u261-windows-x64.exe
  1. Final and ready download link will be:
    https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

This works like a charm!!!
Latest links at this time:
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

Works great!

An alternate solution:

  1. go to https://www.oracle.com/webfolder/s/digest/8u[xxx]checksum.html, where [xxx] is the update number. Currently https://www.oracle.com/webfolder/s/digest/8u261checksum.html
  2. Use google to search for MD5 hash of package you are looking for.
  3. After download from one of the google results, make sure to check MD5 of the downloaded file. On windows CertUtil -hashfile <path to file> MD5

Thanks a lot

@D2Joy
Copy link

D2Joy commented Oct 19, 2020

fantastic work. screw login.

@rathaROG
Copy link

rathaROG commented Oct 21, 2020

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

https://sites.google.com/view/java-se-download-url-converter


Worked for 8u271:
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_271-b09/61ae65e088624f5aaa0b1d2d801acb16/windows-i586/jdk-8u271-windows-x64.exe

By the way, it would be nice if you could add JDK 8 link to your "How to use" and add support for other platforms (Linux and macOS) @kadiwa4. (Edited: it already works for other platforms! My bad. ^_^)

@starchivore
Copy link

jdk-8u271-docs-all.zip
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243704_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-aarch64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243705_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243706_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-arm32-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243707_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-arm64-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243708_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243709_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243710_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243711_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243712_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243713_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-sparcv9.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243714_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243715_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-x64.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243716_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243717_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243718_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243719_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-aarch64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243722_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243723_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243724_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243725_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243726_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243727_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243728_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243729_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64_pkg.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243730_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243731_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243732_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-au.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243733_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243734_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243735_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243736_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243737_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243738_61ae65e088624f5aaa0b1d2d801acb16

au.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243739_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271full.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243740_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271full64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243741_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271patch.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243742_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271patch64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243743_61ae65e088624f5aaa0b1d2d801acb16

jxpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243744_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243745_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243746_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243747_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243748_61ae65e088624f5aaa0b1d2d801acb16

xpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243749_61ae65e088624f5aaa0b1d2d801acb16

JavaSetup8u271.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243750_61ae65e088624f5aaa0b1d2d801acb16

chromeinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243751_61ae65e088624f5aaa0b1d2d801acb16

@Caeliiaa
Copy link

jdk-8u271-docs-all.zip
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243704_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-aarch64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243705_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243706_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-arm32-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243707_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-arm64-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243708_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243709_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243710_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243711_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243712_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243713_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-sparcv9.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243714_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243715_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-x64.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243716_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243717_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243718_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243719_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-aarch64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243722_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243723_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243724_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243725_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243726_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243727_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243728_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243729_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64_pkg.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243730_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243731_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243732_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-au.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243733_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243734_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243735_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243736_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243737_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243738_61ae65e088624f5aaa0b1d2d801acb16

au.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243739_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271full.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243740_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271full64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243741_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271patch.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243742_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271patch64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243743_61ae65e088624f5aaa0b1d2d801acb16

jxpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243744_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243745_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243746_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243747_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243748_61ae65e088624f5aaa0b1d2d801acb16

xpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243749_61ae65e088624f5aaa0b1d2d801acb16

JavaSetup8u271.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243750_61ae65e088624f5aaa0b1d2d801acb16

chromeinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243751_61ae65e088624f5aaa0b1d2d801acb16

thanks, is working for me.

@hangj
Copy link

hangj commented Oct 24, 2020

It works for me, thanks!

@TePossinoAcciaccatte
Copy link

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Invalid download URL entered: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

For version 11, just simply use the otn-pub trick... ;) However, you must accept the license agreement in order to generate a unique cookie or token before being able to download using this trick, or use wget if you know what to do with it.

Detail (Using your broswer):

  • Go the official download page:
    https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
  • You must accept the License Agreement, and copy the link or URL from the download button:
    https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe
  • Remove everything before = and including the =:
    https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe
  • Finally, change otn to otn-pub and %2B to +:
    https://download.oracle.com/otn-pub/java/jdk/11.0.8+10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

Note:

  • Using the final URL directly on your broswer will never works. You must accept the License Agreement first.
  • Or use wget if you already know the final link like this time:
    wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.8+10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

Still works today

@MeApeSmallBrain
Copy link

MeApeSmallBrain commented Oct 25, 2020

@wctiger
Copy link

wctiger commented Oct 26, 2020

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

https://sites.google.com/view/java-se-download-url-converter

Worked for 8u271:
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_271-b09/61ae65e088624f5aaa0b1d2d801acb16/windows-i586/jdk-8u271-windows-x64.exe

By the way, it would be nice if you could add JDK 8 link to your "How to use" and add support for other platforms (Linux and macOS) @kadiwa4. (Edited: it already works for other platforms! My bad. ^_^)

This worked - appreciate it!

@edgarchinchilla
Copy link

I've found a new way to download always the latest version of JDK with one click and from oficial Java Website:

@salmon7
Copy link

salmon7 commented Nov 3, 2020

It works for me, thanks!

@2M4U
Copy link

2M4U commented Nov 4, 2020

@2M4U
Copy link

2M4U commented Nov 4, 2020

https://jdk.java.net/archive/
Full Archive of JDKs

@starchivore
Copy link

@starchivore where you extracted the BundleId from?

@edgarchinchilla nowhere to be extracted AFAIK.

I just visited this page here first, then it's simply a matter of dialing those (consecutive) 6-digit numbers back and forth:

https://www.java.com/en/download/linux_manual.jsp

Maybe create a specific range of numbers in a spreadsheet or something, then add "wget --spider https://javadl.oracle.com/webapps/download/AutoDL?BundleId= before as well as _61ae65e088624f5aaa0b1d2d801acb16" after each number.

wget --spider "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243751_61ae65e088624f5aaa0b1d2d801acb16"

Basically redirect each output of wget --spider to a corresponding file like 24NNNN.txt and then use grep or something similar to grab its filename. Notepad++ could also go through the entire folder where whole bunch of 24NNNN.txt files are saved, then search for either .exe or .msi etc.

FYI - _61ae65e088624f5aaa0b1d2d801acb16 for 8u271 could be found here, it's gonna be updated automatically once 8u281 is available:

https://javadl-esd-secure.oracle.com/update/1.8.0/map-1.8.0.xml

Obviously there must be a much better way out there but you could tell that I'm no good at any of this stuff. LOL

I guess that modifying something like this might do the trick but not really sure?

https://www.commandlinefu.com/commands/view/23149/get-latest-direct-download-url-for-java-jre
https://www.commandlinefu.com/commands/view/23150/get-latest-direct-download-url-for-java-jre
https://www.commandlinefu.com/commands/view/23152/check-the-most-recent-version-of-java-jre

@ndm13
Copy link

ndm13 commented Nov 4, 2020

For the Java downloads page (https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html and company) I made a bookmarklet:

javascript:(function()%7B(e%3D%3E%7Be.href%3De.href.substring(55).replace(%22%2Fotn%2F%22%2C%22%2Fotn-pub%2F%22)%7D)(document.querySelector('.download-file%5Bhref%5E%3D%22https%3A%2F%2Fwww.oracle.com%2Fwebapps%2Fredirect%2Fsignon%3Fnexturl%3D%22%5D'))%7D)()

Turns the link for the button into a direct link to the file. May require the terms box to be checked.

JS source:

(e=>e.href=e.href.substring(55).replace("/otn/","/otn-pub/"))(document.querySelector('.download-file[href^="https://www.oracle.com/webapps/redirect/signon?nexturl="]'))

This could probably be turned into a Tampermonkey/etc extension.

@admanih
Copy link

admanih commented Nov 6, 2020

@briansrls
Copy link

For the Java downloads page (https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html and company) I made a bookmarklet:

javascript:(function()%7B(e%3D%3E%7Be.href%3De.href.substring(55).replace(%22%2Fotn%2F%22%2C%22%2Fotn-pub%2F%22)%7D)(document.querySelector('.download-file%5Bhref%5E%3D%22https%3A%2F%2Fwww.oracle.com%2Fwebapps%2Fredirect%2Fsignon%3Fnexturl%3D%22%5D'))%7D)()

Turns the link for the button into a direct link to the file. May require the terms box to be checked.

JS source:

(e=>e.href=e.href.substring(55).replace("/otn/","/otn-pub/"))(document.querySelector('.download-file[href^="https://www.oracle.com/webapps/redirect/signon?nexturl="]'))

This could probably be turned into a Tampermonkey/etc extension.

this worked thank you

@PanJohnny
Copy link

@LuisSaybe
Copy link

replacing otn with otn-pub in the URL works for me, thanks fam

@mr-4nders0n
Copy link

got
"openjdk-15.0.1_windows-x64_bin.zip"
from
https://jdk.java.net/15/
which contains multiple (37) exe files in the bin folder two of which are java.exe and javaw.exe and 3 other files beginning with "java" plus jcmd.exe and jconsole.exe, which of these files is the main executable I am unsure.
All other links I have had little success, even the creation of html files to create better download links, but to no avail. Though I'm not certain that I have tried every single link on the page.

@fareedfauzi
Copy link

@bunday
Copy link

bunday commented Nov 20, 2020

jdk-8u271-docs-all.zip
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243704_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-aarch64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243705_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243706_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-arm32-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243707_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-arm64-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243708_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243709_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243710_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243711_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243712_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243713_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-sparcv9.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243714_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243715_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-x64.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243716_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243717_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243718_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243719_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-aarch64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243722_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243723_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243724_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243725_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243726_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243727_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243728_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243729_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64_pkg.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243730_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243731_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243732_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-au.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243733_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243734_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243735_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243736_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243737_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243738_61ae65e088624f5aaa0b1d2d801acb16

au.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243739_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271full.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243740_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271full64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243741_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271patch.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243742_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271patch64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243743_61ae65e088624f5aaa0b1d2d801acb16

jxpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243744_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243745_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243746_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243747_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243748_61ae65e088624f5aaa0b1d2d801acb16

xpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243749_61ae65e088624f5aaa0b1d2d801acb16

JavaSetup8u271.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243750_61ae65e088624f5aaa0b1d2d801acb16

chromeinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243751_61ae65e088624f5aaa0b1d2d801acb16

Downloaded for my Mac through here. Thanks alot

@itstartstosnow
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

Saves the day

Thanks! It worked for me as well!

@3elDU
Copy link

3elDU commented Nov 24, 2020

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

Thanks! That worked for me too!

@TTothh
Copy link

TTothh commented Nov 26, 2020

jdk-8u271-docs-all.zip
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243704_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-aarch64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243705_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243706_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-arm32-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243707_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-arm64-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243708_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243709_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243710_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243711_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243712_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243713_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-sparcv9.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243714_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243715_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-x64.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243716_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243717_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243718_61ae65e088624f5aaa0b1d2d801acb16

jdk-8u271-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243719_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-aarch64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243722_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243723_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243724_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243725_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243726_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243727_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243728_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243729_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-macosx-x64_pkg.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243730_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243731_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243732_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-au.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243733_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243734_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243735_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243736_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243737_61ae65e088624f5aaa0b1d2d801acb16

jre-8u271-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243738_61ae65e088624f5aaa0b1d2d801acb16

au.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243739_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271full.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243740_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271full64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243741_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271patch.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243742_61ae65e088624f5aaa0b1d2d801acb16

jre1.8.0_271patch64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243743_61ae65e088624f5aaa0b1d2d801acb16

jxpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243744_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243745_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243746_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243747_61ae65e088624f5aaa0b1d2d801acb16

server-jre-8u271-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243748_61ae65e088624f5aaa0b1d2d801acb16

xpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243749_61ae65e088624f5aaa0b1d2d801acb16

JavaSetup8u271.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243750_61ae65e088624f5aaa0b1d2d801acb16

chromeinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=243751_61ae65e088624f5aaa0b1d2d801acb16

still working as of 2020.11.26

@shiroze
Copy link

shiroze commented Dec 3, 2020

@kaynetpc
Copy link

kaynetpc commented Dec 4, 2020

To download any JRE or JDK from the Oracle download page without signing in, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and click on the Download link of your choice.

  1. When a window pops up saying you need to accept the license agreement, check the box that says you agree. But instead of clicking on the green Download link (which will send you to the login page), right-click the download link and select Copy Link Location.

    • NOTE: If clicking Download doesn't show a box and takes you straight to the login page instead, you will need to clear your cookies on the Java website (or open in incognito mode).
  2. Paste the copied link into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad.

NOTE: you may need to change the otn in the path to otn-pub as described below.

Nice one 👍, it work

@jalofra
Copy link

jalofra commented Dec 7, 2020

To download any JRE or JDK from the Oracle download page without signing in, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and click on the Download link of your choice.

  1. When a window pops up saying you need to accept the license agreement, check the box that says you agree. But instead of clicking on the green Download link (which will send you to the login page), right-click the download link and select Copy Link Location.

    • NOTE: If clicking Download doesn't show a box and takes you straight to the login page instead, you will need to clear your cookies on the Java website (or open in incognito mode).
  2. Paste the copied link into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad.

NOTE: you may need to change the otn in the path to otn-pub as described below.

This works. You need to change to 'otn-pub' after you agree to the license and it takes you to the log in page. Simply paste the modified direct download url and you're set. Thank you!

@TheLegendOfKitty
Copy link

I need openjdk 8u221, but the otn-pub trick is not working

@starchivore
Copy link

I need openjdk 8u221, but the otn-pub trick is not working

Java SE Development Kit 8u221
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-arm32-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-arm64-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-i586.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-x64.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/unix-i586/jdk-8u221-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-sparcv9.tar.Z
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-x64.tar.Z
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jdk-8u221-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jdk-8u221-windows-x64.exe

Java SE Runtime Environment 8u221
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-i586.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-x64.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/unix-i586/jre-8u221-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/unix-i586/jre-8u221-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jre-8u221-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jre-8u221-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-x64.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-x64.tar.gz

Server JRE (Java SE Runtime Environment) 8u221
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/server-jre-8u221-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/server-jre-8u221-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/server-jre-8u221-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/server-jre-8u221-windows-x64.tar.gz

OpenJDK 8u222
https://wiki.openjdk.java.net/display/jdk8u/Main
https://mail.openjdk.java.net/pipermail/jdk8u-dev/2019-July/009840.html
https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/tag/jdk8u222-b10
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86_64.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86_64.msi
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-jre-1.8.0.222-4.b10.redhat.windows.x86_64.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86.msi
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-jre-1.8.0.222-4.b10.redhat.windows.x86.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.src.zip

@jlmasson
Copy link

jlmasson commented Dec 8, 2020

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

Thank you, It worked

@Oderjunkie
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

The man, the myth, the legend.
Still works to this day.

@blubbll
Copy link

blubbll commented Dec 15, 2020

I need openjdk 8u221, but the otn-pub trick is not working

Java SE Development Kit 8u221
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-arm32-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-arm64-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-i586.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-x64.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/unix-i586/jdk-8u221-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-sparcv9.tar.Z
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-x64.tar.Z
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jdk-8u221-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jdk-8u221-windows-x64.exe

Java SE Runtime Environment 8u221
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-i586.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-x64.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/unix-i586/jre-8u221-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/unix-i586/jre-8u221-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jre-8u221-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jre-8u221-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-x64.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-x64.tar.gz

Server JRE (Java SE Runtime Environment) 8u221
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/server-jre-8u221-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/server-jre-8u221-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/server-jre-8u221-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/server-jre-8u221-windows-x64.tar.gz

OpenJDK 8u222
https://wiki.openjdk.java.net/display/jdk8u/Main
https://mail.openjdk.java.net/pipermail/jdk8u-dev/2019-July/009840.html
https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/tag/jdk8u222-b10
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86_64.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86_64.msi
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-jre-1.8.0.222-4.b10.redhat.windows.x86_64.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86.msi
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-jre-1.8.0.222-4.b10.redhat.windows.x86.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.src.zip

thanks

@sidz88
Copy link

sidz88 commented Dec 16, 2020

Thanks guys for those links. Have been struggling for past 2 days to download jdk 8 on my Mac. Cheers!!

@sidz88
Copy link

sidz88 commented Dec 16, 2020

I need openjdk 8u221, but the otn-pub trick is not working

Java SE Development Kit 8u221
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-arm32-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-arm64-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-i586.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-x64.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jdk-8u221-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/unix-i586/jdk-8u221-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-sparcv9.tar.Z
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-x64.tar.Z
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jdk-8u221-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jdk-8u221-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jdk-8u221-windows-x64.exe

Java SE Runtime Environment 8u221
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-i586.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-x64.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/jre-8u221-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/unix-i586/jre-8u221-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/unix-i586/jre-8u221-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jre-8u221-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/jre-8u221-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-x64.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/jre-8u221-windows-x64.tar.gz

Server JRE (Java SE Runtime Environment) 8u221
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/linux-i586/server-jre-8u221-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/server-jre-8u221-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/solaris-i586/server-jre-8u221-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_221-b11/230deb18db3e4014bb8e3e8324f81b43/windows-i586/server-jre-8u221-windows-x64.tar.gz

OpenJDK 8u222
https://wiki.openjdk.java.net/display/jdk8u/Main
https://mail.openjdk.java.net/pipermail/jdk8u-dev/2019-July/009840.html
https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/tag/jdk8u222-b10
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86_64.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86_64.msi
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-jre-1.8.0.222-4.b10.redhat.windows.x86_64.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.x86.msi
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-jre-1.8.0.222-4.b10.redhat.windows.x86.zip
https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.222-4.b10.redhat.windows.src.zip

Thanks a Lot, it worked for my Mac.

@ClintOxx
Copy link

@rathaROG thanks

@ujjwal-mic
Copy link

why did oracle made it so difficult to get downgrade to the Java

@Sajida-Maung
Copy link

@zeeshan0487
Copy link

zeeshan0487 commented Dec 19, 2020

When you click the link to download, you are provided with a pop-up to agree with terms and condition

  1. Agree by clicking the check box (download link is green now)
  2. Right click on the green button(download) and copy the url
  3. Take only the url after "nexturl" and change 'otn' to 'otn-pub' and copy the whole new url
    (e.g. https://download.oracle.com/otn-pub/java/jdk/8u271-b09/61ae65e088624f5aaa0b1d2d801acb16/jdk-8u271-linux-aarch64.tar.gz)
  4. Click the download button, it will take you to login page
  5. On the login page just change the url to the one copied in step 3 and hit enter
    You are done !!
    Cheers 👍

@cmdigital
Copy link

When you click the link to download, you are provided with a pop-up to agree with terms and condition

  1. Agree by clicking the check box (download link is green now)
  2. Right click on the green button(download) and copy the url
  3. Take only the url after "nexturl" and change 'otn' to 'otn-pub' and copy the whole new url
    (e.g. https://download.oracle.com/otn-pub/java/jdk/8u271-b09/61ae65e088624f5aaa0b1d2d801acb16/jdk-8u271-linux-aarch64.tar.gz)
  4. Click the download button, it will take you to login page
  5. On the login page just change the url to the one copied in step 3 and hit enter
    You are done !!
    Cheers 👍

Thank you! Working for me.

@morg08
Copy link

morg08 commented Dec 19, 2020

For Windows users looking to install the JRE, if you have winget setup you can just do winget install jre

@LitePenguins
Copy link

When you click the link to download, you are provided with a pop-up to agree with terms and condition

  1. Agree by clicking the check box (download link is green now)
  2. Right click on the green button(download) and copy the url
  3. Take only the url after "nexturl" and change 'otn' to 'otn-pub' and copy the whole new url
    (e.g. https://download.oracle.com/otn-pub/java/jdk/8u271-b09/61ae65e088624f5aaa0b1d2d801acb16/jdk-8u271-linux-aarch64.tar.gz)
  4. Click the download button, it will take you to login page
  5. On the login page just change the url to the one copied in step 3 and hit enter
    You are done !!
    Cheers 👍

Working as of 12/20, thank you.

@xryanlee
Copy link

Worked like a charm! Cheers!

When you click the link to download, you are provided with a pop-up to agree with terms and condition

  1. Agree by clicking the check box (download link is green now)
  2. Right click on the green button(download) and copy the url
  3. Take only the url after "nexturl" and change 'otn' to 'otn-pub' and copy the whole new url
    (e.g. https://download.oracle.com/otn-pub/java/jdk/8u271-b09/61ae65e088624f5aaa0b1d2d801acb16/jdk-8u271-linux-aarch64.tar.gz)
  4. Click the download button, it will take you to login page
  5. On the login page just change the url to the one copied in step 3 and hit enter
    You are done !!
    Cheers 👍

Working as of 12/20, thank you.

@deXyy999
Copy link

@Hydra216
Copy link

Hydra216 commented Dec 22, 2020

Is there some way I can do this but instead its Java SE 7 x64? Or maybe it's Java SDK 7 x64? I can't remember.

@lordlouckster
Copy link

lordlouckster commented Dec 25, 2020

We're sorry, the page you requested was not found.
We have recorded this error (404) to help us fix the problem.
You may wish to try again using one of the tools below.

@abdes-zakari
Copy link

@klcheungaj
Copy link

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Invalid download URL entered: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe

For version 11, just simply use the otn-pub trick... ;) However, you must accept the license agreement in order to generate a unique cookie or token before being able to download using this trick, or use wget if you know what to do with it.

Detail (Using your broswer):

* Go the official download page:
  https://www.oracle.com/java/technologies/javase-jdk11-downloads.html

* **You must accept the License Agreement**, and copy the link or URL from the download button:
  `https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe`

* Remove everything before `=` and including the `=`:
  `https://download.oracle.com/otn/java/jdk/11.0.8%2B10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe`

* Finally, change `otn` to `otn-pub` and `%2B` to `+`:
  `https://download.oracle.com/otn-pub/java/jdk/11.0.8+10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe`

Note:

* Using the final URL directly on your broswer will never works. **You must accept the License Agreement** first.

* Or use `wget` if you already know the final link like this time:
  `wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.8+10/dc5cf74f97104e8eac863698146a7ac3/jdk-11.0.8_windows-x64_bin.exe`

This works for me. Thank you so much.

@Inkwiz89
Copy link

THANK YOU!

@shahidcodes
Copy link

Oracle you messed up if so many people are just trying to avoid logging in.

@triplex67
Copy link

@Vinodhrk
Copy link

Vinodhrk commented Jan 3, 2021

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

Thank you bud.

Awesome.. it work for me..

@stringang
Copy link

In case anyone is confused by the instructions, here's what you need to do:

  1. Go to the oracle download page and accept the license agreement.
  2. Right click on the package you want to download and copy the link - you should see something like https://download.oracle.com/otn/java/jdk/8u241-b07/1f5b5a70bf22433b84d0e960903adac8/jre-8u241-windows-x64.exe
  3. Replace the otn with otn-pub in the above URI
  4. Paste this new URI into your browser address bar or use wget as
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie"  https://download.oracle.com/otn-pub/java/jdk/8u241-b07/1f5b5a70bf22433b84d0e960903adac8/jre-8u241-windows-x64.exe

Working as of 01/21, thank you.

@codesidian
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

👌

@brinstech
Copy link

try this
https://bell-sw.com/pages/java-8u232/

THANK YOU SOOOOOOOOOOOOOOOOOOO MUCH it works for me, replacing otn with otn-pub didn't work for me

@saruults
Copy link

saruults commented Jan 6, 2021

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

yea it worked for me xd

@alessandroAmedei
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

Thanks!!

Copy link

ghost commented Jan 8, 2021

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

Thx! This did it for me!

@diegololia
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

Thanks! This works.

@GijuAhn
Copy link

GijuAhn commented Jan 13, 2021

(Personal note only) How to generate link for the future update:

  1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
  2. Click on the wanted exe file and accept the license agreement
  3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b12/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-windows-x64.exe

  1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 261
  • [xx] is the build number; for example 12
  • [encrypted_path] is the encrypted path; for example a4634525489241b9a9e1aa73d9e118e6
  • [file_name_exe] is the exe file name; for example jdk-8u261-windows-x64.exe
  1. Final and ready download link will be:
    https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

This is worked like a charm. many thanks!

@Dioarya
Copy link

Dioarya commented Jan 18, 2021

(Personal note only) How to generate link for the future update:

  1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
  2. Click on the wanted exe file and accept the license agreement
  3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b12/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-windows-x64.exe

  1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 261
  • [xx] is the build number; for example 12
  • [encrypted_path] is the encrypted path; for example a4634525489241b9a9e1aa73d9e118e6
  • [file_name_exe] is the exe file name; for example jdk-8u261-windows-x64.exe
  1. Final and ready download link will be:
    https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

This is worked like a charm. many thanks!

Thanks for leaving the link. Thank you so much!

@starchivore
Copy link

au.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244026_89d678f2be164786b292527658ca1605

java25.zip
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244027_89d678f2be164786b292527658ca1605

jre1.8.0_281full.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244028_89d678f2be164786b292527658ca1605

jre1.8.0_281full64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244029_89d678f2be164786b292527658ca1605

jre1.8.0_281patch.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244030_89d678f2be164786b292527658ca1605

jre1.8.0_281patch64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244031_89d678f2be164786b292527658ca1605

jxpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244032_89d678f2be164786b292527658ca1605

xpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244033_89d678f2be164786b292527658ca1605

au-removal.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244034_89d678f2be164786b292527658ca1605

jre-bin-10.0.281+9-osx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244035_89d678f2be164786b292527658ca1605

JavaSetup8u281.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244036_89d678f2be164786b292527658ca1605

chromeinstall-8u281.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244037_89d678f2be164786b292527658ca1605

jdk-8u281-docs-all.zip
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244038_89d678f2be164786b292527658ca1605

jdk-8u281-linux-aarch64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244039_89d678f2be164786b292527658ca1605

jdk-8u281-linux-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244040_89d678f2be164786b292527658ca1605

jdk-8u281-linux-arm32-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244041_89d678f2be164786b292527658ca1605

jdk-8u281-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244042_89d678f2be164786b292527658ca1605

jdk-8u281-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244043_89d678f2be164786b292527658ca1605

jdk-8u281-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244044_89d678f2be164786b292527658ca1605

jdk-8u281-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244045_89d678f2be164786b292527658ca1605

jdk-8u281-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244046_89d678f2be164786b292527658ca1605

jdk-8u281-solaris-sparcv9.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244047_89d678f2be164786b292527658ca1605

jdk-8u281-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244048_89d678f2be164786b292527658ca1605

jdk-8u281-solaris-x64.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244049_89d678f2be164786b292527658ca1605

jdk-8u281-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244050_89d678f2be164786b292527658ca1605

jdk-8u281-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244051_89d678f2be164786b292527658ca1605

jdk-8u281-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244052_89d678f2be164786b292527658ca1605

jre-8u281-fcs-bin-b09-macosx-x86_64-09_dec_2020_au.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244053_89d678f2be164786b292527658ca1605

jre-8u281-fcs-bin-b09-macosx-x86_64-09_dec_2020_au_pkg.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244054_89d678f2be164786b292527658ca1605

jre-8u281-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244055_89d678f2be164786b292527658ca1605

jre-8u281-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244056_89d678f2be164786b292527658ca1605

jre-8u281-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244057_89d678f2be164786b292527658ca1605

jre-8u281-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244058_89d678f2be164786b292527658ca1605

jre-8u281-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244059_89d678f2be164786b292527658ca1605

jre-8u281-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244060_89d678f2be164786b292527658ca1605

jre-8u281-macosx-x64_pkg.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244061_89d678f2be164786b292527658ca1605

jre-8u281-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244062_89d678f2be164786b292527658ca1605

jre-8u281-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244063_89d678f2be164786b292527658ca1605

jre-8u281-windows-au.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244064_89d678f2be164786b292527658ca1605

jre-8u281-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244065_89d678f2be164786b292527658ca1605

jre-8u281-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244066_89d678f2be164786b292527658ca1605

jre-8u281-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244067_89d678f2be164786b292527658ca1605

jre-8u281-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244068_89d678f2be164786b292527658ca1605

jre-8u281-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244069_89d678f2be164786b292527658ca1605

https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html

https://www.oracle.com/java/technologies/javase-jre8-downloads.html

https://www.oracle.com/java/technologies/javase-server-jre8-downloads.html

Checksum for Java SE 8u281 binaries
https://www.oracle.com/webfolder/s/digest/8u281checksum.html

@starchivore
Copy link

Windows binaries of GNU Wget
https://eternallybored.org/misc/wget/
http://gnuwin32.sourceforge.net/packages/wget.htm

Java SE Development Kit 11 Downloads
https://www.oracle.com/java/technologies/javase-jdk11-downloads.html

  • Linux ARM 64 Debian Package
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_linux-aarch64_bin.deb
  • Linux ARM 64 RPM Package
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_linux-aarch64_bin.rpm
  • Linux ARM 64 Compressed Archive
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_linux-aarch64_bin.tar.gz
  • Linux x64Debian Package
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_linux-x64_bin.deb
  • Linux x64 RPM Package
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_linux-x64_bin.rpm
  • Linux x64 Compressed Archive
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_linux-x64_bin.tar.gz
  • macOS Installer
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_osx-x64_bin.dmg
  • macOS Compressed Archive
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_osx-x64_bin.tar.gz
  • Solaris SPARC Compressed Archive
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_solaris-sparcv9_bin.tar.gz
  • Windows x64 Installer
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_windows-x64_bin.exe
  • Windows x64 Compressed Archive
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_windows-x64_bin.zip

Java SE Development Kit 15 Downloads
https://www.oracle.com/java/technologies/javase-jdk15-downloads.html

  • Linux ARM 64 RPM Package
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_linux-aarch64_bin.rpm
  • Linux ARM 64 Compressed Archive
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_linux-aarch64_bin.tar.gz
  • Linux x64 Debian Package
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_linux-x64_bin.deb
  • Linux x64 RPM Package
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_linux-x64_bin.rpm
  • Linux x64 Compressed Archive
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_linux-x64_bin.tar.gz
  • macOS Installer
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_osx-x64_bin.dmg
  • macOS Compressed Archive
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_osx-x64_bin.tar.gz
  • Windows x64 Installer
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_windows-x64_bin.exe
  • Windows x64 Compressed Archive
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/15.0.2%2B7/0d1cfde4252546c6931946de8db48ee2/jdk-15.0.2_windows-x64_bin.zip

Checksum for Java SE 11.0.10 binaries
https://www.oracle.com/webfolder/s/digest/11-0-10-checksum.html

Checksum for Java SE 15.0.2 binaries
https://www.oracle.com/webfolder/s/digest/15-0-2-checksum.html

@rv97
Copy link

rv97 commented Jan 21, 2021

https://www.oracle.com/java/technologies/javase-jdk14-downloads.html

if not try these accounts:http://bugmenot.com/view/oracle.com

This worked like a charm after trying many things! The first credential seem to work!!!!!

@alberten
Copy link

Try this site:
https://adoptopenjdk.net

@HeitorAugustoLN
Copy link

To download any JRE or JDK from the Oracle download page without signing in, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and click on the Download link of your choice.

  1. When a window pops up saying you need to accept the license agreement, check the box that says you agree. But instead of clicking on the green Download link (which will send you to the login page), right-click the download link and select Copy Link Location.

    • NOTE: If clicking Download doesn't show a box and takes you straight to the login page instead, you will need to clear your cookies on the Java website (or open in incognito mode).
  2. Paste the copied link into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad.

NOTE: you may need to change the otn in the path to otn-pub as described below.

Thank you!

@hellisabove
Copy link

@Andrews2017
Copy link

To download any JRE or JDK from the Oracle download page without signing in, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and click on the Download link of your choice.

  1. When a window pops up saying you need to accept the license agreement, check the box that says you agree. But instead of clicking on the green Download link (which will send you to the login page), right-click the download link and select Copy Link Location.

    • NOTE: If clicking Download doesn't show a box and takes you straight to the login page instead, you will need to clear your cookies on the Java website (or open in incognito mode).
  2. Paste the copied link into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad.

NOTE: you may need to change the otn in the path to otn-pub as described below.

Thanks, this worked for me.

@bluefeng2
Copy link

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

it doesnt work for me

just change the oth to otn-pub

@dendihandian
Copy link

Thanks for this discussion, I managed to download JDK 11 to support WSO2 API-Manager on my machine.

https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_windows-x64_bin.zip

@Bazliel
Copy link

Bazliel commented Jan 28, 2021

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

Thanks Bro Worked well

@474172261
Copy link

Thanks, bro

@marens101
Copy link

otn -> oth-pub still working like a charm, thanks!

@RichieRunner
Copy link

Thank you. That this thread exists is pretty telling of just how incredibly infuriating putting downloads behind a login wall is. Oracle wonders why it has been left behind in 2000s.

@Lithiuman
Copy link

Hey oracle, thanks for ruining java! ~

@Bazliel
Copy link

Bazliel commented Feb 3, 2021 via email

@xuxiang32
Copy link

Thanks for this discussion, I managed to download JDK 11 to support WSO2 API-Manager on my machine.

https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_windows-x64_bin.zip

Thank u very much!

@forthegithub
Copy link

@maxijabase
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

still works, legend, thanks

@rootbear75
Copy link

This doesn't work for older distros like JRE 8u60

@EraPython
Copy link

I NEED JDK (SE 6) 32 BIT, FOR MY PyCharm, can anyone post the link for it?

@SixSiege
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

thanks! still works to this day!

Copy link

ghost commented Feb 14, 2021

Three ways:

  1. Go to https://github.com/wolfhong/jdk-archive, get your link, and change otn to otn-pub. If didn't work, do 2.
  2. Get link at https://github.com/wolfhong/jdk-archive, but without changes. Use wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" with your link.
  3. Get your number at http://svn.jetbrains.org/teamcity/plugins/tool-installer/trunk/jre-table.txt and replace ###### with your number
    here http://javadl.oracle.com/webapps/download/AutoDL?BundleId=######

Copy link

ghost commented Feb 14, 2021

  • Two way maybe not work

@syrnix
Copy link

syrnix commented Feb 16, 2021

https://www.oracle.com/java/technologies/javase-jdk14-downloads.html

if not try these accounts:http://bugmenot.com/view/oracle.com

Thanks! Had to do one of the bugmenot accounts to download an older version as Oracle requires verification email on account creation, but doesn't send it, no matter how many resend requests or different addresses I tried.

@Kallderick
Copy link

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

You're awesome, Dude! Thx a lot.

@chrisribe
Copy link

Oh why oh why do they do this !!!

@ErikWynter
Copy link

ErikWynter commented Feb 17, 2021

and replace otn with otn-pub.

works like a charm!!

@j4ger
Copy link

j4ger commented Feb 18, 2021

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

You just saved another 1 hour for me. Thanks pal

@dmefs
Copy link

dmefs commented Feb 27, 2021

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

It works for me. Thanks~

@lucas-zimerman
Copy link

@SirEnder125
Copy link

Hey, uhh.... A little late, but this doesn't seem to be working. (2/28/2021)
Was it patched? Is there another way?
I need this: https://download.oracle.com/otn-pub/java/jdk/8u51-b16/jdk-8u51-windows-x64.exe

@alecacco
Copy link

alecacco commented Mar 2, 2021

wget the "nexturl" with the otn changed to otn-pub

@telekomancer
Copy link

@rarturo-91
Copy link

Results of current discussion:

https://download.oracle.com/otn-pub/java/jdk/8u281-b09/89d678f2be164786b292527658ca1605/jre-8u281-windows-x64.tar.gz

изображение
изображение
изображение

and replace otn with otn-pub.

This worked like a charm thanks so much!!!

@xyzzyy
Copy link

xyzzyy commented Mar 7, 2021

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

Still works! Thanks Peter!

@MrChocolatine
Copy link

Thanks to all the tips above I was able to download the JDK 11 using this link:

https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_osx-x64_bin.dmg

@zritelru
Copy link

"Я получил свой, заменив otnURL-адрес на otn-pub" - работает!! (19.03.21г)
ссылка
https://download.oracle.com/otn-pub/java/jdk/8u281-b09/89d678f2be164786b292527658ca1605/jre-8u281-windows-x64.tar.gz
плюс Internet Download Manager 6.36
Спасибо!!
НО: как установить полученное? (простите пожалуйста за невежество)

@MrChocolatine
Copy link

"Я получил свой, заменив otnURL-адрес на otn-pub" - работает!! (19.03.21г)
ссылка
download.oracle.com/otn-pub/java/jdk/8u281-b09/89d678f2be164786b292527658ca1605/jre-8u281-windows-x64.tar.gz
плюс Internet Download Manager 6.36
Спасибо!!
НО: как установить полученное? (простите пожалуйста за невежество)

@zritelru

English would be better.

From what I understand you want to know how to install the archive you downloaded.
You should download the executable .exe instead, like any other software for Windows.

@xiaoyu2er
Copy link

@traycho
Copy link

traycho commented Apr 19, 2021

Use sdkman - https://sdkman.io/

  1. List all support java version sdk list java
  2. Install your preffered version sdk install java <Idetifier>

@zritelru
Copy link

zritelru commented Apr 20, 2021 via email

@jariahtiainen
Copy link

@ojaha065
Copy link

Link for JDK 8u291 (Windows x64) if someone happens to be looking for that:
https://download.oracle.com/otn-pub/java/jdk/8u291-b10/d7fc238d0cbf4b0dac67be84580cfb4b/jdk-8u291-windows-x64.exe

@zritelru
Copy link

zritelru commented Apr 27, 2021 via email

@Bind-9
Copy link

Bind-9 commented May 2, 2021

Thanks :)

@mdirienzo
Copy link

otn-pub trick still works like a charm! Thanks for finding this and saving me!

For those wondering: Click on link of file you want, accept agreement checkbox, right click on the green button and "copy address". Paste this into url and keep everything after "nextUrl=". Change "otn" to "otn-pub", and press enter.

Copy link

ghost commented May 8, 2021

Link for JDK 8u291 (Windows x64) if someone happens to be looking for that:
https://download.oracle.com/otn-pub/java/jdk/8u291-b10/d7fc238d0cbf4b0dac67be84580cfb4b/jdk-8u291-windows-x64.exe

Thanks!

@rathaROG
Copy link

(Personal note only) How to generate link for the future update:

  1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
  2. Click on the wanted exe file and accept the license agreement
  3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b12/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-windows-x64.exe

  1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 261
  • [xx] is the build number; for example 12
  • [encrypted_path] is the encrypted path; for example a4634525489241b9a9e1aa73d9e118e6
  • [file_name_exe] is the exe file name; for example jdk-8u261-windows-x64.exe
  1. Final and ready download link will be:
    https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_291-b10/d7fc238d0cbf4b0dac67be84580cfb4b/windows-i586/jdk-8u291-windows-x64.exe

Still works ^_^

@SofiaSanabria
Copy link

Go to:
https://www.oracle.com/java/technologies/javase-jdk16-downloads.html#license-lightbox

Read under:
Important Oracle JDK License Update
The Oracle JDK License has changed for releases starting April 16, 2019.
Oracle also provides the latest OpenJDK release under the open source GPL License at jdk.java.net.
Then go to:
Java Platform, Standard Edition 16 Reference Implementations:
RI Binary (build 16+36) under the GNU General Public License version 2
Oracle Linux 7.8 x64 Java Development Kit (sha256) 176 MB
Windows 10 x64 Java Development Kit (sha256) 176 MB

https://jdk.java.net/java-se-ri/16

I hope this helps

@anjia0532
Copy link

anjia0532 commented May 14, 2021

(Personal note only) How to generate link for the future update:

  1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
  2. Click on the wanted exe file and accept the license agreement
  3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b12/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-windows-x64.exe

  1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 261
  • [xx] is the build number; for example 12
  • [encrypted_path] is the encrypted path; for example a4634525489241b9a9e1aa73d9e118e6
  • [file_name_exe] is the exe file name; for example jdk-8u261-windows-x64.exe
  1. Final and ready download link will be:
    https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_291-b10/d7fc238d0cbf4b0dac67be84580cfb4b/windows-i586/jdk-8u291-windows-x64.exe

Still works ^_^

thanks @rathaROG

my post https://juejin.cn/post/6844903945194733575/#heading-1 ,Translation and reference your answer

@bloosd
Copy link

bloosd commented May 14, 2021

thanks all
it's working for me with just replace "otn" to "otn-pub", like this :
https://download.oracle.com/otn/java/jdk/11.0.11%2B9/ab2da78f32ed489abb3ff52fd0a02b1c/jdk-11.0.11_windows-x64_bin.exe

@anjia0532
Copy link

jdk8+ ok ,but jdk8 not

thanks all
it's working for me with just replace "otn" to "otn-pub", like this :
https://download.oracle.com/otn/java/jdk/11.0.11%2B9/ab2da78f32ed489abb3ff52fd0a02b1c/jdk-11.0.11_windows-x64_bin.exe

@aszeli
Copy link

aszeli commented May 17, 2021

Has anyone gotten it to work for jdk8u202?
When I try with "otn", it downloads a HTML header. When I try with "otn-pub", it gives a 404 error
wget -c --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-x64.tar.gz

@aszeli
Copy link

aszeli commented May 17, 2021

@starchivore worked, thank you!

@spaksa
Copy link

spaksa commented May 19, 2021

Oracle needs to get rid of that sign in.........................

@nikpatil18
Copy link

Good one saved the day

@mgreco84
Copy link

Hi, Seems to me Oracle needs more servers to deal with overload, they need these servers on now & totally. Mirrors would be a good thing/good too, but you can not mirror through a login page. Its not a good thing when the download you are doing is not there, or not good. I hope 8u291 comes down rather fast & is good. I need it for a .APK project using 3rd party software. Thank you all for the links! Thank you! Thank you, Michael

@mgreco84
Copy link

Oracle needs to get rid of that sign in.........................

Yes, they totally do! Their/Oracle's Sign-In/Log-In is nothing more then a tool for DDOS attacks, the Profile.Oracle.com, might be under this kind of attack right now. Not good... Oracle. Oracle... Take the Sign-In/Log-In page down! It is WAY STUPID to have a sign-in/log-in/create account for FREE SOFTWARE! Thank you! Thank you, Michael

@starchivore
Copy link

Oracle needs to get rid of that sign in.........................

FYI - here's an official site and there's no need to sign in at all, actually it's been there since 2003:

https://www.java.com/en/download/manual.jsp

Since they're giving the most important numbers away, it's a piece of cake to figure everything out just like this:

@JustifydWarrior
Copy link

Link for JDK 8u291 (Windows x64) if someone happens to be looking for that:
https://download.oracle.com/otn-pub/java/jdk/8u291-b10/d7fc238d0cbf4b0dac67be84580cfb4b/jdk-8u291-windows-x64.exe

Thanks so much @ojaha065, this worked for me... the account login is a slippery slope. Oracle is the worst of all of all the companies making money from open source products. Downloading compiled open source, should not require a login (see GitHub for examples).

See this warning for what I mean by "slippery slope", they have changed their licensing terms for commercial uses: https://www.java.com/en/download/windows_manual.jsp

@sud007
Copy link

sud007 commented May 23, 2021

Damn! I was about to get started with the wget command and then decided to scroll to bottom!
Thanks @starchivore And I remember that old link very well!

@anjia0532
Copy link

anjia0532 commented Jun 2, 2021

@starchivore where are you find this token ? e.g. jdk windows 244570_d7fc238d0cbf4b0dac67be84580cfb4b .

https://www.java.com/en/download/manual.jsp only show the jre download url.

Maybe through prefixes to loop and ping it?

download jre to get _d7fc238d0cbf4b0dac67be84580cfb4b and loop 244553 ~ 244607 ?

@ojaha065
Copy link

ojaha065 commented Jun 2, 2021

Y'all really should start migrating your projects to JDK 11 and OpenJDK...

@sebaxakerhtc
Copy link

sebaxakerhtc commented Jun 2, 2021

Y'all really should start migrating your projects to JDK 11 and OpenJDK...

There are many apps which work on oracle only. And there is no option to download it without registration.
My own projects always work with openjdk and latest versions

@aauni
Copy link

aauni commented Jun 7, 2021

@ne2da
Copy link

ne2da commented Jun 18, 2021

@SamusAranX

This doesn't work anymore.

As of 06/18/2021 I can say that the method described by the user @intrepidOlivia continues to work.
Make sure you actually change the otn in the path to otn-pub as described.

@imadethisaccountENTIRELYfororaclesshit

Hey, I'd love to see a link to Windows 10's Java SE 6 if that's possible. I made this account entirely to deal with the shit that Oracle has caused me in my fucking quest to be able to use worlds.com. Eat shit and die, Oracle.

@starchivore
Copy link

Hey, I'd love to see a link to Windows 10's Java SE 6 if that's possible.

jre-6u45-windows-i586.exe
https://javadl.sun.com/webapps/download/AutoDL?BundleId=76208

jre-6u45-windows-x64.exe
https://javadl.sun.com/webapps/download/AutoDL?BundleId=76209

@hoefler02
Copy link

hoefler02 commented Jun 20, 2021

Don’t bother with the download URLs; they are constantly changing. I used temp-mail.org to create a dummy account. Enjoy! mogog69882@0ranges.com:J@va2021

@lipflip
Copy link

lipflip commented Jun 24, 2021

@DouglasFeliphe
Copy link

To download any JRE or JDK from the Oracle download page without signing in, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and click on the Download link of your choice.

  1. When a window pops up saying you need to accept the license agreement, check the box that says you agree. But instead of clicking on the green Download link (which will send you to the login page), right-click the download link and select Copy Link Location.

    • NOTE: If clicking Download doesn't show a box and takes you straight to the login page instead, you will need to clear your cookies on the Java website (or open in incognito mode).
  2. Paste the copied link into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad.

NOTE: you may need to change the otn in the path to otn-pub as described below.

Worked here, THANKS!

@planetnxa
Copy link

To download any JRE or JDK from the Oracle download page without signing in, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and click on the Download link of your choice.

  1. When a window pops up saying you need to accept the license agreement, check the box that says you agree. But instead of clicking on the green Download link (which will send you to the login page), right-click the download link and select Copy Link Location.

    • NOTE: If clicking Download doesn't show a box and takes you straight to the login page instead, you will need to clear your cookies on the Java website (or open in incognito mode).
  2. Paste the copied link into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad.

NOTE: you may need to change the otn in the path to otn-pub as described below.

Yess for JDK 11 you need otn-pub! Thank you so much!

@vbenso
Copy link

vbenso commented Jul 1, 2021

seems to be working, don't forget to change otn to otn-pub

@LeleReina
Copy link

Don’t bother with the download URLs; they are constantly changing. I used temp-mail.org to create a dummy account. Enjoy! mogog69882@0ranges.com:J@va2021

👍 thanks

@chris-mck
Copy link

(Personal note only) How to generate link for the future update:

1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html

2. Click on the wanted **exe** file and accept the license agreement

3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u261-b12/a4634525489241b9a9e1aa73d9e118e6/jdk-8u261-windows-x64.exe

1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 261
  • [xx] is the build number; for example 12
  • [encrypted_path] is the encrypted path; for example a4634525489241b9a9e1aa73d9e118e6
  • [file_name_exe] is the exe file name; for example jdk-8u261-windows-x64.exe
1. Final and ready download link will be:
   https://javadl.oracle.com/webapps/download/GetFile/1.8.0_261-b12/a4634525489241b9a9e1aa73d9e118e6/windows-i586/jdk-8u261-windows-x64.exe

Brilliant! This still works, managed to get 1.8.0_251 that I needed.

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_251-b08/3d5a2bb8f8d4428bbe94aed7ec7ae784/windows-i586/jdk-8u251-windows-x64.exe

@yashb042
Copy link

yashb042 commented Jul 20, 2021

@starchivore
Copy link

Checksum for Java SE 8u301 binaries
https://www.oracle.com/webfolder/s/digest/8u301checksum.html


Java SE Development Kit 8 Downloads
https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html


Java SE Runtime Environment 8 Downloads
https://www.oracle.com/java/technologies/javase-jre8-downloads.html


Server JRE (Java SE Runtime Environment) 8 Downloads
https://www.oracle.com/java/technologies/javase-server-jre8-downloads.html


Java Downloads for All Operating Systems


Checksum for Java SE 11.0.12 binaries
https://www.oracle.com/webfolder/s/digest/11-0-12-checksum.html
https://www.oracle.com/java/technologies/javase-jdk11-downloads.html
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_linux-aarch64_bin.deb
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_linux-aarch64_bin.rpm
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_linux-aarch64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_linux-x64_bin.deb
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_linux-x64_bin.rpm
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_linux-x64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_osx-x64_bin.dmg
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_osx-x64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_solaris-sparcv9_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_windows-x64_bin.exe
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.12%2B8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_windows-x64_bin.zip


Checksum for Java SE 16.0.2 binaries
https://www.oracle.com/webfolder/s/digest/16-0-2-checksum.html
https://www.oracle.com/java/technologies/javase-jdk16-downloads.html
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/16.0.2%2B7/d4a915d82b4c4fbb9bde534da945d746/jdk-16.0.2_linux-aarch64_bin.rpm
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/16.0.2%2B7/d4a915d82b4c4fbb9bde534da945d746/jdk-16.0.2_linux-aarch64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/16.0.2%2B7/d4a915d82b4c4fbb9bde534da945d746/jdk-16.0.2_linux-x64_bin.deb
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/16.0.2%2B7/d4a915d82b4c4fbb9bde534da945d746/jdk-16.0.2_linux-x64_bin.rpm
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/16.0.2%2B7/d4a915d82b4c4fbb9bde534da945d746/jdk-16.0.2_linux-x64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/16.0.2%2B7/d4a915d82b4c4fbb9bde534da945d746/jdk-16.0.2_osx-x64_bin.dmg
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/16.0.2%2B7/d4a915d82b4c4fbb9bde534da945d746/jdk-16.0.2_osx-x64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/16.0.2%2B7/d4a915d82b4c4fbb9bde534da945d746/jdk-16.0.2_windows-x64_bin.exe
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/16.0.2%2B7/d4a915d82b4c4fbb9bde534da945d746/jdk-16.0.2_windows-x64_bin.zip


https://devblogs.microsoft.com/commandline/tar-and-curl-come-to-windows/

Windows 10 Insider build 17063 and later now include the real-deal curl and tar executables that you can execute directly from Cmd or PowerShell.


Download - curl
https://curl.se/download.html

@Scramjet911
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

Still works like a charm. Thanks ❤️

@MrHuu
Copy link

MrHuu commented Jul 23, 2021

Thanks, much appreciated.

Locking down downloads for runtime-binaries still feels wrong. Are they trying to scare away users? I don't get it.

@trasherdk
Copy link

👍

@1reverseengineer
Copy link

1reverseengineer commented Jul 25, 2021

Apparently oracle doesn't force visitors to create an account anymore, [* for the latest version of jdk] as I was able to download jdk 16 for windows without an account.

@ojaha065
Copy link

Apparently oracle doesn't force visitors to create an account anymore, as I was able to download jdk 16 for windows without an account.
Can someone confirm?

They only allow you to download the latest JDK without an account. You need one for the older ones, like JDK 11 and 8 that still are very popular versions.

@YesterdayBread
Copy link

oracle is following this thread or what? why they need my phone number and adress TO ONLY DOWNLOAD JAVA

@triazatriborinane
Copy link

The otn-pub trick works as of now. Thank you.

@ChandrikaSuryanarayana
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

This works after adding otn-pub to the next url :)

@delvinwidjaja
Copy link

Apparently oracle doesn't force visitors to create an account anymore, as I was able to download jdk 16 for windows without an account.
Can someone confirm?

For the latest version you won't need an account.

@1reverseengineer
Copy link

How can I deactivate notifications for this particular discussion? Ever since I wrote one comment here I receive email after email for every comment.

@datduong56
Copy link

@FetchFast
Copy link

This one worked for me: 01/08/2021
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/8u301-b09/d3c52aa6bfa54d3ca74e617f18309292/jre-8u301-linux-i586.tar.gz

@dalhaqq
Copy link

dalhaqq commented Aug 2, 2021

To download any JRE or JDK from the Oracle download page without signing in, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and click on the Download link of your choice.

  1. When a window pops up saying you need to accept the license agreement, check the box that says you agree. But instead of clicking on the green Download link (which will send you to the login page), right-click the download link and select Copy Link Location.

    • NOTE: If clicking Download doesn't show a box and takes you straight to the login page instead, you will need to clear your cookies on the Java website (or open in incognito mode).
  2. Paste the copied link into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad.

NOTE: you may need to change the otn in the path to otn-pub as described below.

Thanks, it works. At first it didnt work, but then I read your NOTE and it works

@neoacevedo
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

It still works. Only I need to paste the URL in the browser, replace otn with otn-pub and et voilá.

@penguindance
Copy link

Hey everyone,

I am wondering why it still works for you, because in my case it is not working anymore.

This is the link I got by right cklicking on the download button:
https://www.oracle.com/nexturl=https://download.oracle.com/otn/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jre-9.0.4_windows-x64_bin.exe

And then I followed your instructions and extracted this url:
https://download.oracle.com/otn-pub/java/jdk/9.0.4+11/c2514751926b4512b076cc82f959763f/jre-9.0.4_windows-x64_bin.exe

When inserting this in the browser, I am getting to a website saying "We're sorry, the page you requested was not found."

Did I miss something? or does it depend on the browser I am using, which is in my case firefox?
First I thougt maybe oracle found that people can access their data without logging in, but then I saw, that neoacevedo just posted his answer 12 hours ago? :D

@starchivore
Copy link

Did I miss something? or does it depend on the browser I am using, which is in my case firefox?

It doesn't matter, this one will work just fine with everything:

https://javadl.oracle.com/webapps/download/GetFile/9.0.4+11/c2514751926b4512b076cc82f959763f/windows-i586/jre-9.0.4_windows-x64_bin.exe

@penguindance
Copy link

@starchivore: thank you, that works :)

@abdultz
Copy link

abdultz commented Aug 7, 2021

Use this account to login:
mocayim482@awg5.com
Oracle123.

@CypherpunkSamurai
Copy link

CypherpunkSamurai commented Aug 7, 2021

Hey guys, Just Created this user script for everyone :)
https://github.com/CypherpunkSamurai/oracle-signup-bypass
https://greasyfork.org/en/scripts/430459-oracle-signup-bypass

Manual Way (any device)

  • Go to the download page
  • Follow the what @intrepidOlivia said above.
  • Copy the download link
  • Replace download.oracle.com with edelivery.oracle.com.
  • Download :)

Using Userscipts

Instructions

@Nila54
Copy link

Nila54 commented Aug 17, 2021

It works with otn-pub.

thanks!

@dinarde
Copy link

dinarde commented Aug 18, 2021

Owwww Tks!!! Its work without oracle login for dist to users

@rbarrx
Copy link

rbarrx commented Aug 23, 2021

Thanks!!!!

@jincairen
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

Still works. Thank you very much.

@omar115
Copy link

omar115 commented Aug 25, 2021

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

works for me. Thank you very much.

@Zahmir2412
Copy link

To download any JRE or JDK from the Oracle download page without signing in, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and click on the Download link of your choice.

1. When a window pops up saying you need to accept the license agreement, check the box that says you agree. But instead of clicking on the green Download link (which will send you to the login page), right-click the download link and select Copy Link Location.
   
   * **NOTE:** If clicking Download doesn't show a box and takes you straight to the login page instead, you will need to clear your cookies on the Java website (or open in incognito mode).

2. Paste the copied link into a text editor like Notepad. You'll see the link points to something like `oracle.com/webapps/redirect/signon`, but it has a query attached that starts with "`nexturl=`". The URL that follows `nexturl=` is the actual link that will download the file to your computer.

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad.

NOTE: you may need to change the otn in the path to otn-pub as described below.

It Work Nice

@JhonAlx
Copy link

JhonAlx commented Aug 31, 2021

ty, fuck Oracle

@pankaj8096
Copy link

otn-pub still works

@0xc030
Copy link

0xc030 commented Sep 5, 2021

Hey guys, Just Created this user script for everyone :)
https://github.com/CypherpunkSamurai/oracle-signup-bypass
https://greasyfork.org/en/scripts/430459-oracle-signup-bypass

Manual Way (any device)

  • Go to the download page
  • Follow the what @intrepidOlivia said above.
  • Copy the download link
  • Replace download.oracle.com with edelivery.oracle.com.
  • Download :)

Using Userscipts

Instructions

ty it work
#fuckOracle

@hkilimci
Copy link

hkilimci commented Sep 7, 2021

it works perfect although the login page appears.

@nidhis-code-studio
Copy link

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

Thank you bud.

Just one correction or input
After "nexturl" , the place where it says "otn", it should be "otn-pub"

@driedler
Copy link

None of the above was working for me, however, the links here seem to work without requiring a login:
https://www.java.com/en/download/manual.jsp

@SahalMoh
Copy link

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

Thank you bud.

Just one correction or input
After "nexturl" , the place where it says "otn", it should be "otn-pub"

This one works as of 15-09-2021.
Thanks :D

@alimsk
Copy link

alimsk commented Sep 18, 2021

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

that seem doesn't work anymore

https://download.oracle.com/otn-pub/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-x64.tar.gz

@SahalMoh
Copy link

that seem doesn't work anymore https://download.oracle.com/otn-pub/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-x64.tar.gz

yeah you're right. it's like oracle patched it out after seeing this gist

@shivamnaik98
Copy link

shivamnaik98 commented Sep 19, 2021

Can I get the download link for Java SE Runtime Environment 1.8.0_292-b10? @starchivore

@starchivore
Copy link

Can I get the download link for Java SE Runtime Environment 1.8.0_292-b10? @starchivore

Oracle never released an "official version" of 1.8.0_292-b10 and they're only providing 1.8.0_291-b10 as follows:

https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html

1.8.0_292-b10 could be downloaded from RedHat etc. if you're actually looking for that specific version:

https://developers.redhat.com/products/openjdk/download

https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/tag/jdk8u292-b10

@shivamnaik98
Copy link

Thanks @starchivore! But the RedHat one also asks for sign up same as the Oracle once. But thanks for providing the alternatives! Appreciate it

@yinzixie
Copy link

I got mine by replacing otn in the URL with otn-pub, maybe that might help someone?

that seem doesn't work anymore

https://download.oracle.com/otn-pub/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-x64.tar.gz

It works just remember to get your own unique url first:

Go to the oracle download page and accept the license agreement.

Right click on the package you want to download and copy the link - you should see something like https://download.oracle.com/otn/java/jdk/xxxxx/xxxxxx/jre-8u241-windows-x64.exe

Replace the otn with otn-pub in the above URI

@Faksprod
Copy link

Replacing /otn/ by /otn-pub/ in the URL worked. Thanks for the tips 🙏

@Alynva
Copy link

Alynva commented Oct 3, 2021

hey, this worked for me : https://download.oracle.com/otn-pub/java/jdk/8u301-b09/d3c52aa6bfa54d3ca74e617f18309292/jdk-8u301-windows-x64.exe

where did you found the 8u301 ? I can only find up to 8u291

@MandoDB
Copy link

MandoDB commented Oct 4, 2021

@CypherpunkSamurai
Copy link

I'm trying to download SQL developer for Linux, any help? None of above solutions worked for me

Try my userscript. Let me know if it works. You can also find it above, and also in my repos

@Slddev
Copy link

Slddev commented Oct 10, 2021

I'm trying to download SQL developer for Linux, any help? None of above solutions worked for me

same

I'm trying to download SQL developer for Linux, any help? None of above solutions worked for me

Try my userscript. Let me know if it works. You can also find it above, and also in my repos

I tried your userscript aswell. Doesn't work anymore.

@CypherpunkSamurai
Copy link

SQL developer for Linux

Hm. This isn't working for SQL Developer only. Java pages work fine.

@Dan-Do
Copy link

Dan-Do commented Oct 15, 2021

Replacing /otn/ by /otn-pub/ in the URL worked. Thanks for the tips 🙏

Does not work for me
https://download.oracle.com/otn/java/jdk/8u301-b09/d3c52aa6bfa54d3ca74e617f18309292/jre-8u301-windows-x64.tar.gz

@gratakula
Copy link

Anyway, I manged to create an account. If somebody of you guys is desperate of trying, please contact me, and I'll download it for you. I can't put the account here because Oracle politics will ban it if they find out it is being used by more than one person. ghd{at}keemail.me -- Oct 10, 2021, 16:07 by @.***:

@CypherpunkSamurai> commented on this gist. > > SQL developer for Linux > > Hm. This isn't working for SQL Developer only. Java pages work fine. — You are receiving this because you commented. Reply to this email directly, > view it on GitHub https://gist.github.com/ba8425f24a968ec9b2a8619d7c2d86a6#gistcomment-3922260> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/ARVKOPY2GPSTS6CJPNAWHPDUGGMYNANCNFSM4HPK7KNA> . 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> .

I need a Java ME and I can't manage to download it without creating an account, can you download them for me please?
The link is http://download.oracle.com/otn/java/javame/8/oracle-jmesdk-8-3-rr-linux-bin.sh

@noobio3
Copy link

noobio3 commented Oct 21, 2021

someone get me a JDK 7 windows 86x version i am too dumb to do it please

@Cali4niaWK
Copy link

Hi guys. Im currently looking for Java Runtime Environment 6.0 Update 211 which has a file name of "jre-6u211-windows-i586.exe" & "jre-6u211-windows-x64.exe" also im looking for Java Runtime Environment 7.0 Update 301 which has a file name of "jre-7u301-windows-i586.exe" & "jre-7u301-windows-x64.exe"

I know these are not publicly available through Oracle but was hoping someone could post them or guide me in the right direction if they can find them for me. I do various things with older versions of Java with older computers is why I'm looking for these latest versions. Thanks guys.

@CypherpunkSamurai
Copy link

Hi guys. Im currently looking for Java Runtime Environment 6.0 Update 211 which has a file name of "jre-6u211-windows-i586.exe" & "jre-6u211-windows-x64.exe" also im looking for Java Runtime Environment 7.0 Update 301 which has a file name of "jre-7u301-windows-

I made a userscript for it. check https://greasyfork.org/en/scripts/430459-oracle-signup-bypass
you'll need tampermonkey / greasemonkey / violentmonkey browser plugin.

@Cali4niaWK
Copy link

Hi guys. Im currently looking for Java Runtime Environment 6.0 Update 211 which has a file name of "jre-6u211-windows-i586.exe" & "jre-6u211-windows-x64.exe" also im looking for Java Runtime Environment 7.0 Update 301 which has a file name of "jre-7u301-windows-

I made a userscript for it. check https://greasyfork.org/en/scripts/430459-oracle-signup-bypass you'll need tampermonkey / greasemonkey / violentmonkey browser plugin.

Thanks for the script, but this does not help me to find the JRE6 or JRE7 extended release versions I'm looking for to be able to download them.

@eya118
Copy link

eya118 commented Nov 2, 2021

To download any JRE or JDK from the Oracle download page without signing in, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and click on the Download link of your choice.

  1. When a window pops up saying you need to accept the license agreement, check the box that says you agree. But instead of clicking on the green Download link (which will send you to the login page), right-click the download link and select Copy Link Location.

    • NOTE: If clicking Download doesn't show a box and takes you straight to the login page instead, you will need to clear your cookies on the Java website (or open in incognito mode).
  2. Paste the copied link into a text editor like Notepad. You'll see the link points to something like oracle.com/webapps/redirect/signon, but it has a query attached that starts with "nexturl=". The URL that follows nexturl= is the actual link that will download the file to your computer.

If you want to download any JRE or JDK without signing into Oracle, go to the downloads page for the version you want (such as https://www.oracle.com/java/technologies/jdk12-downloads.html) and right-click on the Download link of your choice. Select "Copy Link Location" and then paste it into a text editor like Notepad.

NOTE: you may need to change the otn in the path to otn-pub as described below.

thank you bod it did work with the replacing otn with otn-pub

@silviokuehn
Copy link

silviokuehn commented Nov 3, 2021

Not working anymore...

Does somebody know, if TechSpot (https://www.techspot.com/downloads/5553-java-jdk.html) is a secure download source for that?

@Chicior9001
Copy link

Okay, so I spent like a couple of hours looking for a way to download the file (in my case it was JDK-16.0.2) without login in but it turns out it was a complete waste of my time as I failed to do so. So for those who actually don't want to waste their time like me just create an account with fake info and download it, it's really not that big of a deal. Here, you can use this https://www.fakeaddressgenerator.com as well as any other fake info generator and it will most probably work. Sometimes the most simple of solutions work best.

@hotis
Copy link

hotis commented Nov 18, 2021

@silviokuehn

Not working anymore...

Does somebody know, if TechSpot (https://www.techspot.com/downloads/5553-java-jdk.html) is a secure download source for that?

I think, yes. I compared checksums, they are OK.

@silviokuehn
Copy link

I think, yes. I compared checksums, they are OK.

👍

@Ryan-Haines
Copy link

Okay, so I spent like a couple of hours looking for a way to download the file (in my case it was JDK-16.0.2) without login in but it turns out it was a complete waste of my time as I failed to do so. So for those who actually don't want to waste their time like me just create an account with fake info and download it, it's really not that big of a deal. Here, you can use this https://www.fakeaddressgenerator.com as well as any other fake info generator and it will most probably work. Sometimes the most simple of solutions work best.

There's a browser extension that makes this even easier: https://fakefiller.com/

@Stehlampe2020
Copy link

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

...first looked as if it worked but the file it downloaded was actually a chrushed-down version of the login page saved as "jdk-12.0.2_linux-x64_bin.tar.gz".

@muratsgt
Copy link

muratsgt commented Dec 4, 2021

It works thanks , 👍

@JamesSmith888
Copy link

i just want to say:fuck oracle

@aasimenator
Copy link

@943332358 +1

For everyone else, just use http://bugmenot.com/view/oracle.com
and use the first login provided to sign in, it works. I just tested it.

Copy link

ghost commented Dec 16, 2021

anyone got 8u20 linux x64 tar.gz?

Copy link

ghost commented Dec 16, 2021

Got an HTTP 302 response at crawl time

Copy link

ghost commented Dec 16, 2021

I just made a fake account ig i don't really need a bypass

@Cali4niaWK
Copy link

Does anyone know how to access the subscription side of Oracles web site? Im still looking for the older files Java Runtime Environment 6.0 Update 211 which has a file name of "jre-6u211-windows-i586.exe" & "jre-6u211-windows-x64.exe" also Java Runtime Environment 7.0 Update 301 which has a file name of "jre-7u301-windows-i586.exe" & "jre-7u301-windows-x64.exe"

@ARadmanesh
Copy link

@edgarchinchilla
Copy link

Thanks @CypherpunkSamurai for the Tampermokey script! Works like a charm!

@silviokuehn
Copy link

Just for the people who does not know: The current Java versions (at the moment 17) can be loaded again without login or any other restrictions:

https://www.oracle.com/java/technologies/downloads/

@edonmello
Copy link

@aasimenator
life saver for the accounts !

@moklinowski
Copy link

@PUCHITO-71
Copy link

not working...soryyyyyyyyyy

@starchivore
Copy link

Checksum for Java SE 8u321 binaries
https://www.oracle.com/a/tech/docs/8u321checksum.html


Java SE Development Kit 8 Downloads
https://www.oracle.com/java/technologies/downloads/#java8-windows


Java SE Runtime Environment 8 Downloads
https://www.oracle.com/java/technologies/downloads/#jre8-windows


Server JRE (Java SE Runtime Environment) 8 Downloads
https://www.oracle.com/java/technologies/downloads/#sjre8-windows


Java Downloads for All Operating Systems


Checksum for Java SE 11.0.14 binaries
https://www.oracle.com/a/tech/docs/11-0-14-checksum.html
https://www.oracle.com/java/technologies/downloads/#java11
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_linux-aarch64_bin.deb
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_linux-aarch64_bin.rpm
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_linux-aarch64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_linux-x64_bin.deb
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_linux-x64_bin.rpm
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_linux-x64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_osx-x64_bin.dmg
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_osx-x64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_solaris-sparcv9_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_windows-x64_bin.exe
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.14%2B8/7e5bbbfffe8b45e59d52a96aacab2f04/jdk-11.0.14_windows-x64_bin.zip


Java SE Development Kit 17.0.2 downloads
https://www.oracle.com/java/technologies/downloads/#jdk17-windows


https://devblogs.microsoft.com/commandline/tar-and-curl-come-to-windows/

Windows 10 Insider build 17063 and later now include the real-deal curl and tar executables that you can execute directly from Cmd or PowerShell.


Download - curl
https://curl.se/download.html


https://www.adobe.com/support/coldfusion/downloads.html

@SunnyBearHub
Copy link

i need Java SE Development Kit 8u321for windows 64 bit

@Stehlampe2020
Copy link

And I want to download Java SE runtime environment 1.6 or 6, can someone please
(sometimes it's called "1.6" and sometimes it's called "6", I need the version from as near to 2013 as possible to run Terasology Pre Alpha from 2013 on Debian-based Linux (x86_64) with natively installed Java instead of using Wine + Java which causes audio, graphical or even stability problems...)

@tulhaum
Copy link

tulhaum commented Feb 18, 2022

Please, I need Java SE Development Kit 7u95 x64 or later, linux tar.gz, could anyone help?? Thanks!!

@neoacevedo
Copy link

Not working, you will download only the HTML page from oracle.

@ReyhanPatria
Copy link

I'm going to upvote using http://bugmenot.com/view/oracle.com as a solution

@Stehlampe2020
Copy link

I'm going to upvote using http://bugmenot.com/view/oracle.com as a solution

I'm using bugmenot too since it got suggested a long ime ago (I think in this thread, but I'm not sure)

@gianpaj
Copy link

gianpaj commented Apr 12, 2022

@shutterstock-imaging
Copy link

anybody have jre 8u92 windows x86?

@starchivore
Copy link

@reoccurcat
Copy link

@starchivore
Copy link

Checksum for Java SE 8u331 binaries
https://www.oracle.com/a/tech/docs/8u331checksum.html


Java SE Development Kit 8 Downloads
https://www.oracle.com/java/technologies/downloads/#java8-windows


Java SE Runtime Environment 8 Downloads
https://www.oracle.com/java/technologies/downloads/#jre8-windows


Server JRE (Java SE Runtime Environment) 8 Downloads
https://www.oracle.com/java/technologies/downloads/#sjre8-windows


Java Downloads for All Operating Systems


Checksum for Java SE 11.0.15 binaries
https://www.oracle.com/a/tech/docs/11-0-15-checksum.html
https://www.oracle.com/java/technologies/downloads/#java11
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_linux-aarch64_bin.deb
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_linux-aarch64_bin.rpm
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_linux-aarch64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_linux-x64_bin.deb
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_linux-x64_bin.rpm
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_linux-x64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_osx-x64_bin.dmg
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_osx-x64_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_solaris-sparcv9_bin.tar.gz
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_windows-x64_bin.exe
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_windows-x64_bin.zip
curl -L -b "oraclelicense=a" -O https://download.oracle.com/otn-pub/java/jdk/11.0.15%2B8/c4e1848573124815b77d6f1843afccb5/jdk-11.0.15_doc-all.zip


Java SE Development Kit 17.0.3 downloads
https://www.oracle.com/java/technologies/downloads/#java17


Java SE Development Kit 18.0.1 downloads
https://www.oracle.com/java/technologies/downloads/#java18


https://devblogs.microsoft.com/commandline/tar-and-curl-come-to-windows/

Windows 10 Insider build 17063 and later now include the real-deal curl and tar executables that you can execute directly from Cmd or PowerShell.


Download - curl
https://curl.se/download.html


https://helpx.adobe.com/coldfusion/kb/coldfusion-downloads.html#third_party

@Cali4niaWK
Copy link

Hi guys. Im currently looking for Java Runtime Environment 6.0 Update 211 which has a file name of "jre-6u211-windows-i586.exe" & "jre-6u211-windows-x64.exe" also im looking for Java Runtime Environment 7.0 Update 301 which has a file name of "jre-7u301-windows-i586.exe" & "jre-7u301-windows-x64.exe"

I know these are not publicly available through Oracle but was hoping someone could post them or guide me in the right direction if they can find them for me. I do various things with older versions of Java with older computers is why I'm looking for these latest versions. Thanks guys.

@TheBrockReal
Copy link

I need 8u25 for Windows ASAP

@mrcreatist
Copy link

Really helpful @aasimenator !

@Santhosh-kongley
Copy link

It works.!!!

@mandheermaan
Copy link

wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java11/java11015/jdk-11.0.15_linux-x64_bin.tar.gz

It works in Dockerfile as well !!!

@zzzz465
Copy link

zzzz465 commented Jul 6, 2022

thanks

@kkl90
Copy link

kkl90 commented Jul 22, 2022

If you can add 8u20 please.

@233Neon
Copy link

233Neon commented Aug 31, 2022

No x84? Only x64?

@deajan
Copy link

deajan commented Oct 8, 2022

A bit out of scope perhaps, but alot of people here download an elder java version to connect to prehistoric hardware console redirection.
I've made a small package that uses a security modified version of JDK 1.8 and icedtea by adoptopen.
That package allows to use old security protocols and ciphers, and should allow to connect to a fair big number of old hardware using java jnlp files.
See https://github.com/netinvent/ipmi-starter

@sakibccr
Copy link

@Nadwey
Copy link

Nadwey commented Jan 21, 2023

JDK 8u361

Java SE 8u361 Runtime Environment

Java SE 11.0.18

Or

JDK 8u361

Java SE 8u361 Runtime Environment

Server JRE 8u361

@mtsuit
Copy link

mtsuit commented Mar 23, 2023

Any chance someone can post a link for jdk-7u351-linux-x64.tar.gz ? would be much appreciated

@bauloc
Copy link

bauloc commented Mar 25, 2023

THank

@U-sama
Copy link

U-sama commented Apr 2, 2023

thanks

@jurakin
Copy link

jurakin commented Apr 9, 2023

@OrenMustaki
Copy link

Is there a reason why
jre-8u361-windows-x64.exe sha256sum is :
85d6326adab8ef537bba8880873a63d625dde9b200797793c17dfad6bf66d359
while it suppose to be :
419328f3a2325b1dc27f710abd73e232e9deac47915b4dba61a697b925b5b83d

jre-8u361-windows-i586.exe sha256sum is :
b9fb7ce56b36554f9e38e46977d7a57888b073b482d0a63349368e28ec92b4da
while it suppose to be :
9f894ca1b76c6d504a5f62e71963f186527110c617215afa9fe061fc7793195f

@Nadwey
Copy link

Nadwey commented Apr 19, 2023

javadl.oracle.com

JDK 8u371

Java 8 Enterprise Performance Pack

JRE 8u371

Server JRE 8u371

cfdownload.adobe.com

Java SE 11.0.19 (LTS)

JDK 8u371

JRE 8u371

@rathaROG
Copy link

rathaROG commented Apr 19, 2023

@OrenMustaki
Copy link

Yes, I am retarded.
I know how to compare checksums though.

@dungsaga
Copy link

I switched to OpenJDK and stopped worrying about Oracle JDK download links :D

@kvv5898
Copy link

kvv5898 commented Jul 14, 2023

Hi. Does anyone have a jdk 1.4 link for windows i586? please

@yudistirabagus
Copy link

really saves my day

@spikespaz
Copy link

Here is an example of a Nixpkgs overlay for Nix/OS users.

https://github.com/spikespaz/dotfiles/blob/master/overlays/oraclejdk.nix

@Nadwey
Copy link

Nadwey commented Jul 17, 2023

Hi. Does anyone have a jdk 1.4 link for windows i586? please

http://mirror.thekeelecentre.com/pub/java/archive/

@shopsaver
Copy link

Hi, Everyone here is a link of all java version with server
https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html

You just have to scroll and found the file numbers are from descending order like first 20 then 19 at the last version no1 also avaiable
Too

@vepexlegit
Copy link

I downloaded jdk 8u381, upload it here?

@dungsaga
Copy link

Thanks, @@new-user777 . There are also archives of other JDK versions from https://www.oracle.com/java/technologies/downloads/archive/

https://www.oracle.com/java/technologies/javase/jdk20-archive-downloads.html
https://www.oracle.com/java/technologies/javase/jdk19-archive-downloads.html
...
https://www.oracle.com/java/technologies/javase/jdk12-archive-downloads.html
https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html

https://www.oracle.com/java/technologies/java-archive-javase10-downloads.html
https://www.oracle.com/java/technologies/javase/javase9-archive-downloads.html
https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html
https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
...

and more archives of Java SE, Java EE, Java ME, Java FX, GraalVM:

https://www.oracle.com/java/technologies/java-archive-downloads-java-client-downloads.html
https://www.oracle.com/java/technologies/java-archive-downloads-java-plat-downloads.html
JavaSE

https://www.oracle.com/java/technologies/javase/graalvm-jdk20-archive-downloads.html
https://www.oracle.com/java/technologies/javase/graalvm-jdk17-archive-downloads.html
https://www.oracle.com/downloads/graalvm-downloads.html
GraalVM

https://www.oracle.com/java/technologies/java-archive-eesdk-downloads.html
https://www.oracle.com/java/technologies/javaee-java-archive-glassfish-downloads.html
https://www.oracle.com/java/technologies/java-archive-eepla-downloads.html
https://www.oracle.com/java/technologies/java-archive-jwsdp-downloads.html
JavaEE

https://www.oracle.com/java/technologies/java-archive-downloads-javame-downloads.html
JaveME

https://www.oracle.com/java/technologies/java-archive-javafx-downloads.html
https://www.oracle.com/java/technologies/javafx2-archive-downloads.html
JavaFX

@jorgicsek
Copy link

I downloaded jdk 8u381, upload it here?

Yes, please upload it. Thanks.

@rathaROG
Copy link

Use the [old trick here]:

(Personal note only) How to generate link for the future update:

  1. Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
  2. Click on the wanted exe file and accept the license agreement
  3. Get the link from the download button

For example: https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u381-b09/8c876547113c4e4aab3c868e9e0ec572/jdk-8u381-windows-x64.exe

  1. Add necessary info into this link:

https://javadl.oracle.com/webapps/download/GetFile/1.8.0_[xxx]-b[xx]/[encrypted_path]/windows-i586/[file_name_exe]

  • [xxx] is the update number; for example 381
  • [xx] is the build number; for example 09
  • [encrypted_path] is the encrypted path; for example 8c876547113c4e4aab3c868e9e0ec572
  • [file_name_exe] is the exe file name; for example jdk-8u381-windows-x64.exe
  1. Final and ready download link will be:
    https://javadl.oracle.com/webapps/download/GetFile/1.8.0_381-b09/8c876547113c4e4aab3c868e9e0ec572/windows-i586/jdk-8u381-windows-x64.exe

Or use the easy site by @kadiwa4 [here]

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

@tyjaaaa
Copy link

tyjaaaa commented Aug 2, 2023

Can you add java 8u77 ?

@devAarno
Copy link

rathaROG, I am so sorry, but your way doesn't work with the oldest versions, like 1.8.0_u0.

@AssGman
Copy link

AssGman commented Aug 19, 2023

This website worked for me trying to download the latest jre-8u381-windows-i586.exe

https://www.java.com/en/download/windows_manual.jsp

No need for any crazy workarounds.

@Nadwey
Copy link

Nadwey commented Oct 2, 2023

Hi, I'm currently making a website that can download old JRE versions directly from Oracle's servers

https://java-downloader.nadwey.pl/

Currently the latest version is 8u31 but I will progressively add newer versions.

Now most Java 3 to Java 8 versions are available, and Java 9 & 10 for MacOS and Windows.

@denisdemaisbr
Copy link

thanks!

@devAarno
Copy link

@Nadwey, you are awesome! Nice work!

@Eric-lHHI
Copy link

Thanks a lot!

@Vebnik
Copy link

Vebnik commented Nov 19, 2023

thanks!

@xzhan96
Copy link

xzhan96 commented Nov 20, 2023

Use this account to login: mocayim482@awg5.com Oracle123.

thanks a lot!

@Hotten1
Copy link

Hotten1 commented Nov 20, 2023

does anybody have a link to jdk 6?

@madnuel
Copy link

madnuel commented Nov 23, 2023

@Drjacky
Copy link

Drjacky commented Dec 10, 2023

👍

@Gesugao-san
Copy link

I made a small site that converts URLs in basically the same way @rathaROG did it. I hope it's useful.

Thank you

@ntrzr
Copy link

ntrzr commented Jan 18, 2024

anyone got 311 java 8 ?

@Nadwey
Copy link

Nadwey commented Jan 19, 2024

anyone got 311 java 8 ?

You can find it here

@MNuri3547
Copy link

jdk-8 linux-x64_bin.deb

@MNuri3547
Copy link

sudo apt install openjdk-8-jdk
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package openjdk-8-jdk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'openjdk-8-jdk' has no installation candidate

@longnguyen2508
Copy link

@DenKaGamer
Copy link

DenKaGamer commented Feb 10, 2024

If anyone wants the actual version of JDK 8 (u401) without login, here you go:

https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u401/jdk/jdk-8u401-windows-x64.exe

@AliElSaleh
Copy link

here is the latest Java ME SDK (8.3.1) for windows if anyone needs it. fuck'n oracle and their stupid ass login system...

https://drive.google.com/file/d/1puMTzRT5D4CyklHOpneyvsP3AZqipPcW/view?usp=sharing

@TannicArcher
Copy link

If anyone wants the actual version of JDK 8 (u401) without login, here you go:

https://cfdownload.adobe.com/pub/adobe/coldfusion/java/java8/java8u401/jdk/jdk-8u401-windows-x64.exe

Thanks you

@Sethgno
Copy link

Sethgno commented Apr 1, 2024

this thread is like the last airbender when all the avatars are standing in a line.
im not contributing though im just a comedy side character

@abdmun8
Copy link

abdmun8 commented Apr 22, 2024

anyone has 8u411 link?

@starchivore
Copy link

anyone has 8u411 link?

https://www.oracle.com/a/tech/docs/8u411checksum.html


jre-8u411-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249837_43d62d619be4e416215729597d70b8ac
jre-8u411-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249838_43d62d619be4e416215729597d70b8ac
jre-8u411-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249839_43d62d619be4e416215729597d70b8ac
jre-8u411-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249840_43d62d619be4e416215729597d70b8ac
jre-8u411-macosx-aarch64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249841_43d62d619be4e416215729597d70b8ac
jre-8u411-macosx-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249842_43d62d619be4e416215729597d70b8ac
jre-8u411-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249843_43d62d619be4e416215729597d70b8ac
jre-8u411-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249844_43d62d619be4e416215729597d70b8ac
jre-8u411-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249845_43d62d619be4e416215729597d70b8ac
jre-8u411-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249846_43d62d619be4e416215729597d70b8ac
jre-8u411-windows-au.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249847_43d62d619be4e416215729597d70b8ac
jre-8u411-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249848_43d62d619be4e416215729597d70b8ac
jre-8u411-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249849_43d62d619be4e416215729597d70b8ac
jre-8u411-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249850_43d62d619be4e416215729597d70b8ac
jre-8u411-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249851_43d62d619be4e416215729597d70b8ac
jre-8u411-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=249852_43d62d619be4e416215729597d70b8ac


jre-8u411-linux-i586.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/linux-i586/jre-8u411-linux-i586.rpm
jre-8u411-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/linux-i586/jre-8u411-linux-i586.tar.gz
jre-8u411-linux-x64.rpm
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/linux-i586/jre-8u411-linux-x64.rpm
jre-8u411-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/linux-i586/jre-8u411-linux-x64.tar.gz
jre-8u411-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/unix-i586/jre-8u411-macosx-x64.dmg
jre-8u411-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/unix-i586/jre-8u411-macosx-x64.tar.gz
jre-8u411-macosx-x64_pkg.dmg
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/unix-i586/jre-8u411-macosx-x64_pkg.dmg
jre-8u411-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/solaris-i586/jre-8u411-solaris-sparcv9.tar.gz
jre-8u411-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/solaris-i586/jre-8u411-solaris-x64.tar.gz
jre-8u411-windows-au.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/windows-i586/jre-8u411-windows-au.exe
jre-8u411-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/windows-i586/jre-8u411-windows-i586-iftw.exe
jre-8u411-windows-i586.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/windows-i586/jre-8u411-windows-i586.exe
jre-8u411-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/windows-i586/jre-8u411-windows-i586.tar.gz
jre-8u411-windows-x64.exe
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/windows-i586/jre-8u411-windows-x64.exe
jre-8u411-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/GetFile/1.8.0_411-b09/43d62d619be4e416215729597d70b8ac/windows-i586/jre-8u411-windows-x64.tar.gz


java-1.8.0-openjdk-1.8.0.412-1.b08.redhat.windows.x86_64.zip
https://developers.redhat.com/content-gateway/file/openjdk/1.8.0.412/java-1.8.0-openjdk-1.8.0.412-1.b08.redhat.windows.x86_64.zip
java-1.8.0-openjdk-1.8.0.412-1.b08.redhat.windows.x86_64.msi
https://developers.redhat.com/content-gateway/file/openjdk/1.8.0.412/java-1.8.0-openjdk-1.8.0.412-1.b08.redhat.windows.x86_64.msi
java-1.8.0-openjdk-jre-1.8.0.412-1.b08.redhat.windows.x86_64.zip
https://developers.redhat.com/content-gateway/file/openjdk/1.8.0.412/java-1.8.0-openjdk-jre-1.8.0.412-1.b08.redhat.windows.x86_64.zip
java-1.8.0-openjdk-portable-1.8.0.412.b08-2.portable.jdk.el.x86_64.tar.xz
https://developers.redhat.com/content-gateway/file/openjdk/1.8.0.412/java-1.8.0-openjdk-portable-1.8.0.412.b08-2.portable.jdk.el.x86_64.tar.xz
java-1.8.0-openjdk-portable-1.8.0.412.b08-2.portable.jre.el.x86_64.tar.xz
https://developers.redhat.com/content-gateway/file/openjdk/1.8.0.412/java-1.8.0-openjdk-portable-1.8.0.412.b08-2.portable.jre.el.x86_64.tar.xz
java-1.8.0-openjdk-1.8.0.412-1.b08.src.zip
https://developers.redhat.com/content-gateway/file/openjdk/1.8.0.412/java-1.8.0-openjdk-1.8.0.412-1.b08.src.zip


OpenJDK8U-jdk-sources_8u412b08.tar.gz
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jdk-sources_8u412b08.tar.gz
OpenJDK8U-jdk_aarch64_linux_hotspot_8u412b08.tar.gz
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jdk_aarch64_linux_hotspot_8u412b08.tar.gz
OpenJDK8U-jdk_ppc64le_linux_hotspot_8u412b08.tar.gz
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u412b08.tar.gz
OpenJDK8U-jdk_x64_linux_hotspot_8u412b08.tar.gz
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jdk_x64_linux_hotspot_8u412b08.tar.gz
OpenJDK8U-jdk_x64_mac_hotspot_8u412b08.pkg
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jdk_x64_mac_hotspot_8u412b08.pkg
OpenJDK8U-jdk_x64_mac_hotspot_8u412b08.tar.gz
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jdk_x64_mac_hotspot_8u412b08.tar.gz
OpenJDK8U-jdk_x64_windows_hotspot_8u412b08.msi
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jdk_x64_windows_hotspot_8u412b08.msi
OpenJDK8U-jdk_x64_windows_hotspot_8u412b08.zip
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jdk_x64_windows_hotspot_8u412b08.zip
OpenJDK8U-jre_aarch64_linux_hotspot_8u412b08.tar.gz
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jre_aarch64_linux_hotspot_8u412b08.tar.gz
OpenJDK8U-jre_ppc64le_linux_hotspot_8u412b08.tar.gz
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jre_ppc64le_linux_hotspot_8u412b08.tar.gz
OpenJDK8U-jre_x64_linux_hotspot_8u412b08.tar.gz
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jre_x64_linux_hotspot_8u412b08.tar.gz
OpenJDK8U-jre_x64_mac_hotspot_8u412b08.pkg
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jre_x64_mac_hotspot_8u412b08.pkg
OpenJDK8U-jre_x64_mac_hotspot_8u412b08.tar.gz
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jre_x64_mac_hotspot_8u412b08.tar.gz
OpenJDK8U-jre_x64_windows_hotspot_8u412b08.msi
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jre_x64_windows_hotspot_8u412b08.msi
OpenJDK8U-jre_x64_windows_hotspot_8u412b08.zip
https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b08/OpenJDK8U-jre_x64_windows_hotspot_8u412b08.zip


jre-8u411-windows-i586.tar.gz
https://downloads.sourceforge.net/portableapps/jre-8u411-windows-i586.tar.gz
jre-8u411-windows-x64.tar.gz
https://downloads.sourceforge.net/portableapps/jre-8u411-windows-x64.tar.gz

jPortable_8_Update_411_online.paf.exe
https://downloads.sourceforge.net/portableapps/jPortable_8_Update_411_online.paf.exe
jPortable64_8_Update_411_online.paf.exe
https://downloads.sourceforge.net/portableapps/jPortable64_8_Update_411_online.paf.exe

jdk-8u411-windows-i586.exe
https://downloads.sourceforge.net/portableapps/jdk-8u411-windows-i586.exe
jdk-8u411-windows-x64.exe
https://downloads.sourceforge.net/portableapps/jdk-8u411-windows-x64.exe

jdkPortable_8_Update_411_online.paf.exe
https://downloads.sourceforge.net/portableapps/jdkPortable_8_Update_411_online.paf.exe
jdkPortable64_8_Update_411_online.paf.exe
https://downloads.sourceforge.net/portableapps/jdkPortable64_8_Update_411_online.paf.exe

@maxisandoval37
Copy link

Hi, I'm currently making a website that can download old JRE versions directly from Oracle's servers

https://java-downloader.nadwey.pl/

Currently the latest version is 8u31 but I will progressively add newer versions.

Now most Java 3 to Java 8 versions are available, and Java 9 & 10 for MacOS and Windows.

Nice! Thanks!

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