I am trying to download jdk-7u71-linux-x64.rpm in a linux box using wget, so that I could use that command later in some bash script to download jdk wherever the script is executed.
Tried different ways using : --no-check-certificate --no-cookies --header
One of them is : wget --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn/java/jdk/7u71-b14/jdk-7u71-linux-x64.rpm
Nothing worked! (Old answers are not working anymore)
Is there a way to download older JDK like 7u71?