34131/getting-error-404-not-found-when-trying-to-download-jdk
When I try to execute following to download JDK command, I am getting 404 not found error.
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u171-b11/512cd62ec5174c3487ac17c61aaa89e8/jdk-8u171-linux-x64.tar.gz>"
Try this command, it should work:
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz
Hi @girish!
Try this command and let me know if it works:
wget --no-cookies --no-check-certificate \ --header "Cookie: oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm"
PFB source code: import java.io.File; import java.lang.*; import java.util.Arrays; import java.util.List; import ...READ MORE
READ MORE
I think the problem is with this ...READ MORE
In order to avoid an error while ...READ MORE
JRE: It stands for Java Runtime Environment. ...READ MORE
List<String> results = new ArrayList<String>(); File[] files = ...READ MORE
this problem is solved using streams and ...READ MORE
I think you can easily perform this ...READ MORE
To use Eclipse from a flash drive, ...READ MORE
Hi @Daisy You can use Google gson for more ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.