Programming Language/Java

How to download Oracle JDK using CLI

bailey.. 2018. 3. 9. 08:22

You need to put a headeer of "Cookie: oraclelicense=accept-securebackup-cookie" in using curl.

Here is the example of download of JDK 1.8 u131.


curl -LO -"Cookie: oraclelicense=accept-securebackup-cookie" \
http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.rpm
cs