JDK Automatic installation for Zulu® (Multi-platform Certified OpenJDK™) Arnaud Héritier July 13, 2022 11:53 Updated The content of this article has moved to the new documentation site. Related articles How To Specify A Specific JDK In Pipeline? PKIX path building failed error message How to point notification links to classic Jenkins path rather than to BlueOcean endpoint? How to set several JDK versions to be installed on demand How to Start, Stop or Restart your Instance? Comments 5 comments Sort by Date Votes Jessica Spurling July 16, 2015 04:14 The script in the image is correct and works, but the script which looks nearly identical and can be cut-and-pasted does not work. The difference is the referer in the wget. The correct version is: wget --referer http://www.azulsystems.com/products/zulu/downloads http://cdn.azulsystems.com/zulu/2015-04-8.7-bin/zulu1.8.0_45-8.7.0.5-x86lx64.zip --jessica 0 Arnaud Héritier July 16, 2015 09:18 Yes it's my fault Jessica, I just fixed it. I changed the URL in the script (WITHOUT TESTING IT !!!!) to allow AzulSystems to let them know where these downloads where coming from but I misunderstood the article they did (https://support.azulsystems.com/hc/communities/public/questions/202463190-Provide-proper-links-to-Linux-binaries) and understood that the referer was required but not that its value was also fixed. 0 Nathan Tippy July 16, 2015 13:24 Great work, I am up an running with the change today. Thanks all. 0 Arnaud Héritier July 16, 2015 13:29 Great Nathan, you're welcome 0 Jessica Spurling July 16, 2015 18:05 Arnaud, thank you for the feedback about the article on the Zulu community site, I will update it to make it more clear! -jessica 0 Please sign in to leave a comment.
Comments
5 comments
The script in the image is correct and works, but the script which looks nearly identical and can be cut-and-pasted does not work. The difference is the referer in the wget. The correct version is:
wget --referer http://www.azulsystems.com/products/zulu/downloads http://cdn.azulsystems.com/zulu/2015-04-8.7-bin/zulu1.8.0_45-8.7.0.5-x86lx64.zip
--jessica
Yes it's my fault Jessica, I just fixed it.
I changed the URL in the script (WITHOUT TESTING IT !!!!) to allow AzulSystems to let them know where these downloads where coming from but I misunderstood the article they did (https://support.azulsystems.com/hc/communities/public/questions/202463190-Provide-proper-links-to-Linux-binaries) and understood that the referer was required but not that its value was also fixed.
Great work, I am up an running with the change today. Thanks all.
Great Nathan, you're welcome
Arnaud, thank you for the feedback about the article on the Zulu community site, I will update it to make it more clear!
-jessica
Please sign in to leave a comment.