Skip to content

Instantly share code, notes, and snippets.

@cecepm
Created June 26, 2015 01:57
Show Gist options
  • Select an option

  • Save cecepm/cca9a2a81e7316ff832a to your computer and use it in GitHub Desktop.

Select an option

Save cecepm/cca9a2a81e7316ff832a to your computer and use it in GitHub Desktop.
Download java JDK using wget
wget --no-cookies \
--no-check-certificate \
--header "Cookie: oraclelicense=accept-securebackup-cookie" \
"http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jdk-7u79-linux-x64.tar.gz" \
-O jdk-7u79-linux-x64.tar.gz
## if you need java cryptography extension
#wget --no-cookies \
# --no-check-certificate \
# --header "Cookie: oraclelicense=accept-securebackup-cookie" \
# "http://download.oracle.com/otn-pub/java/jce/7/UnlimitedJCEPolicyJDK7.zip" \
# -O UnlimitedJCEPolicyJDK7.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment