简体   繁体   中英

How to remote download the latest JDK8

I would like to do a wget JDK8 from a remote machine. Is it possible to do that? Since the links once I agree for license, downloads a HTML file instead and not the 64 bit rpm

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

例如,您需要传递一个cookie(根据需要调整文件名):

wget --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u25-b17/jdk-8u25-linux-x64.tar.gz

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM