-
Star
(998)
You must be signed in to star a gist -
Fork
(123)
You must be signed in to fork a gist
-
-
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 |
Hey oracle, thanks for ruining java! ~
Thanks for this discussion, I managed to download JDK 11 to support WSO2 API-Manager on my machine.
Thank u very much!
Results of current discussion:
and replace otn with otn-pub.
I got mine by replacing
otnin the URL withotn-pub, maybe that might help someone?
still works, legend, thanks
This doesn't work for older distros like JRE 8u60
I NEED JDK (SE 6) 32 BIT, FOR MY PyCharm, can anyone post the link for it?
I got mine by replacing
otnin the URL withotn-pub, maybe that might help someone?
thanks! still works to this day!
Three ways:
- Go to https://github.com/wolfhong/jdk-archive, get your link, and change
otntootn-pub. If didn't work, do 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. - Get your number at http://svn.jetbrains.org/teamcity/plugins/tool-installer/trunk/jre-table.txt and replace ###### with your number
herehttp://javadl.oracle.com/webapps/download/AutoDL?BundleId=######
- Two way maybe not work
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.
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.
Oh why oh why do they do this !!!
and replace
otnwithotn-pub.
works like a charm!!
I got mine by replacing
otnin the URL withotn-pub, maybe that might help someone?
You just saved another 1 hour for me. Thanks pal
I got mine by replacing
otnin the URL withotn-pub, maybe that might help someone?
It works for me. Thanks~
https://www.oracle.com/java/technologies/javase-jdk14-downloads.html
if not try these accounts:http://bugmenot.com/view/oracle.com
lmao, thank you for the 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
wget the "nexturl" with the otn changed to otn-pub
Results of current discussion:
and replace
otnwithotn-pub.
This worked like a charm thanks so much!!!
I got mine by replacing
otnin 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>



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.