Skip to content

Instantly share code, notes, and snippets.

@hanfeisun
Last active August 29, 2015 14:20
Show Gist options
  • Save hanfeisun/074f1d01c0e905a704aa to your computer and use it in GitHub Desktop.
Save hanfeisun/074f1d01c0e905a704aa to your computer and use it in GitHub Desktop.
install java8 on centOS
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.rpm
sudo rpm -i jdk-8u45-linux-x64.rpm
# Search jdk
rpm -qa|grep jdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment