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

Here is an 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


'Programming Language > Java' 카테고리의 다른 글

How to download Oracle JDK using CLI  (0) 2018.03.09
How to check default heap size of JVM  (0) 2018.03.09
Spring Boot on Java 9  (0) 2018.03.02
How to check default heap size of JVM  (0) 2018.03.01
CPU Load Generator  (0) 2018.03.01

+ Recent posts