tylerwalts / puppet-jdk_oracle

Puppet module to install JDK from oracle using wget
Other
15 stars 54 forks source link

Latest version of Java8 has a different URL structure #76

Closed michael-robbins closed 7 years ago

michael-robbins commented 7 years ago

See this stackoverflow post: http://stackoverflow.com/questions/10268583/downloading-java-jdk-on-linux-via-wget-is-shown-license-page-instead

The wget command to download jdk-8u121 has this new random string in the URL: e9e7ea248e2c4826b92b3f075a80e441

wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u121-b13/e9e7ea248e2c4826b92b3f075a80e441/jdk-8u121-linux-x64.tar.gz

michael-robbins commented 7 years ago

Ahh this is being tracked in https://github.com/tylerwalts/puppet-jdk_oracle/pull/75