Last active
September 8, 2017 19:51
-
-
Save perfectfoolish/773fde816375db2e5bab to your computer and use it in GitHub Desktop.
Oracle Java 8 JDK Downloads Page: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Notice: Use the md5sum command line utility on Linux to verify the integrity of the downloaded file. Java SE Binaries Checksum: https://www.oracle.com/webfolder/s/digest/8u40checksum.html
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
# How To Install Java on CentOS and Fedora | |
# https://www.digitalocean.com/community/tutorials/how-to-install-java-on-centos-and-fedora | |
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/8u40-b26/jdk-8u40-linux-x64.tar.gz" | |
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/8u40-b26/jdk-8u40-linux-x64.rpm" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment