Created
April 5, 2015 11:17
-
-
Save mashimom/d31b9b95cde7b4b908db to your computer and use it in GitHub Desktop.
Download oracle JDK (from http://tecadmin.net/steps-to-install-java-on-centos-5-6-or-rhel-5-6/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## For 64 Bit: | |
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jdk-7u75-linux-x64.tar.gz" | |
##For 32 Bit: | |
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jdk-7u75-linux-i586.tar.gz" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment