Skip to content

Instantly share code, notes, and snippets.

@pokle
Last active August 29, 2015 13:56
Show Gist options
  • Save pokle/9244410 to your computer and use it in GitHub Desktop.
Save pokle/9244410 to your computer and use it in GitHub Desktop.
Install Oracle JDK on Centos / Redhat
wget --no-check-certificate \
--no-cookies \
--header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" \
"http://download.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-x64.rpm" \
--output-document /tmp/jdk.rpm &&
yum install -y /tmp/jdk.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment