As of around 15.04.2012 the wget command for the Java download link seems to be broken on Linux is there a workaround? Is oracle complying with the eu cookie law in your country by doing this? How can I install Java?
|
|
If you are looking to download the Oracle JDK from the command line using
Be sure to replace the download link with the correct one for the version you are downloading. |
|||||||||||||||||
|
|
You can still use wget without cookie headers, by downloading it from Java.com, instead of Oracle.com.
This will download the TAR G-Zipped file, and save it as "java.tar.gz". The actual webpage is here: http://www.java.com/en/download/manual.jsp. I usually use the 64-bit RPM package on my CentOS 6.3 Rackspace Cloud Servers. |
|||
|
|
|
Downloading Java from the command line has always been troublesome. What I have been doing reciently is to use FireFox (other browsers might work) to get a download started on my laptop, pause it (within the Downloads windows), use the "Copy Download Link" menu item of the context menu displayed for the downloading file. This URL can then be used on the Linux box to download the same file. I expect the URL has a short time to live. Ugly, but generally successful. |
|||||
|
|
This works for the JDK 6, you just need to replace the download url with the latest version.
|
||||
|
|
|
I know that Oracle made everything possible to make their Java Runtime and Java SDK as hard as possible. Here are some guides for command line lovers. For Debian like systems (tested on
Note: if you know a better or easier way add a comment, I will update the guide. |
|||
|
|
|
Oracle has put a prevention cookie on the download link to force you to agree to the terms even though the license agreement to use Java clearly states that merely by using Java you 'agree' to the license.. The method that Oracle wants is you to download it with an agreement. After that, this script cn be modified for your specific Linux
|
|||||||||||||
|
