Skip to content

Instantly share code, notes, and snippets.

@yinheli
Last active January 7, 2016 18:43
Show Gist options
  • Save yinheli/51676e7fe108612f6884 to your computer and use it in GitHub Desktop.
Save yinheli/51676e7fe108612f6884 to your computer and use it in GitHub Desktop.
下载 jdk 最新版本
wget --no-check-certificate \
-O server-jre-7u80-linux-x64.tar.gz \
--header "Cookie: oraclelicense=a" \
http://download.oracle.com/otn-pub/java/jdk/7u80-b15/server-jre-7u80-linux-x64.tar.gz
@yinheli
Copy link
Author

yinheli commented Jan 7, 2016

wget --header "Cookie: oraclelicense=a" \
    http://download.oracle.com/otn-pub/java/jdk/8u65-b17/jdk-8u65-linux-x64.tar.gz

wget --header "Cookie: oraclelicense=a" \
    http://download.oracle.com/otn-pub/java/jdk/8u65-b17/jdk-8u65-macosx-x64.dmg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment