Skip to content

Instantly share code, notes, and snippets.

@omidp
omidp / oracle_jdk.sh
Created August 22, 2016 05:02 — forked from ashrithr/oracle_jdk.sh
wget oracle jdk
# RPM
wget --no-check-certificate \
--no-cookies \
--header "Cookie: oraclelicense=accept-securebackup-cookie" \
http://download.oracle.com/otn-pub/java/jdk/7u45-b18/jdk-7u45-linux-x64.rpm \
-O jdk-7u45-linux-x64.rpm
# TAR GZ
wget --no-check-certificate \
--no-cookies \