-
-
Save wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6 to your computer and use it in GitHub Desktop.
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 |
Results of current discussion:
and replace
otn
withotn-pub
.
This worked like a charm thanks so much!!!
I got mine by replacing
otn
in the URL withotn-pub
, maybe that might help someone?
Still works! Thanks Peter!
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
"Я получил свой, заменив 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
Спасибо!!
НО: как установить полученное? (простите пожалуйста за невежество)
"Я получил свой, заменив 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
Спасибо!!
НО: как установить полученное? (простите пожалуйста за невежество)
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.
Use sdkman - https://sdkman.io/
- List all support java version
sdk list java
- Install your preffered version
sdk install java <Idetifier>
Thanks to intrepidOlivia!
Here's a link for JDK 11.0.11 for Windows x64:
https://download.oracle.com/otn-pub/java/jdk/11.0.11%2B9/ab2da78f32ed489abb3ff52fd0a02b1c/jdk-11.0.11_windows-x64_bin.exe
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 :)
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.
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!
(Personal note only) How to generate link for the future update:
- Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
- Click on the wanted exe file and accept the license agreement
- 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
- 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 example261
[xx]
is the build number; for example12
[encrypted_path]
is the encrypted path; for examplea4634525489241b9a9e1aa73d9e118e6
[file_name_exe]
is the exe file name; for examplejdk-8u261-windows-x64.exe
- 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
Still works ^_^
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
(Personal note only) How to generate link for the future update:
- Go to https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
- Click on the wanted exe file and accept the license agreement
- 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
- 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 example261
[xx]
is the build number; for example12
[encrypted_path]
is the encrypted path; for examplea4634525489241b9a9e1aa73d9e118e6
[file_name_exe]
is the exe file name; for examplejdk-8u261-windows-x64.exe
- 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.exeStill works ^_^
thanks @rathaROG
my post https://juejin.cn/post/6844903945194733575/#heading-1 ,Translation and reference your answer
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
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
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
Has anyone gotten it to work for jdk8u202?
@starchivore worked, thank you!
Oracle needs to get rid of that sign in.........................
Good one saved the day
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
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
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:
- JavaSetup8u291.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244554_d7fc238d0cbf4b0dac67be84580cfb4b - chromeinstall-8u291.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244555_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-docs-all.zip
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244556_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-linux-aarch64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244557_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-linux-aarch64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244558_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-linux-arm32-vfp-hflt.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244559_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244560_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244561_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244562_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244563_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244564_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-solaris-sparcv9.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244565_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244566_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-solaris-x64.tar.Z
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244567_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244568_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244569_d7fc238d0cbf4b0dac67be84580cfb4b - jdk-8u291-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244570_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-fcs-bin-b10-macosx-x86_64-07_apr_2021_au.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244571_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-linux-i586.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244572_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-linux-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244573_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-linux-x64.rpm
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244574_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244575_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-macosx-x64.dmg
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244576_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-macosx-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244577_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244578_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244579_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-windows-au.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244580_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-windows-i586-iftw.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244581_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-windows-i586.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244582_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-windows-i586.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244583_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-windows-x64.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244584_d7fc238d0cbf4b0dac67be84580cfb4b - jre-8u291-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244585_d7fc238d0cbf4b0dac67be84580cfb4b - jre1.8.0_291full.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244598_d7fc238d0cbf4b0dac67be84580cfb4b - jre1.8.0_291full64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244599_d7fc238d0cbf4b0dac67be84580cfb4b - jre1.8.0_291patch.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244600_d7fc238d0cbf4b0dac67be84580cfb4b - jre1.8.0_291patch64.msi
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244601_d7fc238d0cbf4b0dac67be84580cfb4b - jxpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244602_d7fc238d0cbf4b0dac67be84580cfb4b - server-jre-8u291-linux-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244603_d7fc238d0cbf4b0dac67be84580cfb4b - server-jre-8u291-solaris-sparcv9.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244604_d7fc238d0cbf4b0dac67be84580cfb4b - server-jre-8u291-solaris-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244605_d7fc238d0cbf4b0dac67be84580cfb4b - server-jre-8u291-windows-x64.tar.gz
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244606_d7fc238d0cbf4b0dac67be84580cfb4b - xpiinstall.exe
https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244607_d7fc238d0cbf4b0dac67be84580cfb4b
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
https://files-cdn.liferay.com/mirrors/download.oracle.com/otn-pub/java/jdk/