Skip to content

Instantly share code, notes, and snippets.

@sankars
Last active October 23, 2015 09:53
Show Gist options
  • Save sankars/c5438b6522e343c66690 to your computer and use it in GitHub Desktop.
Save sankars/c5438b6522e343c66690 to your computer and use it in GitHub Desktop.
shell script for JDK install
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"
tar xzf jdk-7u75-linux-x64.tar.gz
alternatives --install /usr/bin/java java /usr/java/jdk1.7.0_75/bin/java 2
alternatives --config java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment