swellaby / dev-setup-windows

Scripts and utilities for setting up a dev environment for working on Swellaby repos
MIT License
0 stars 0 forks source link

OpenJDK 11 Install Fails #25

Open calebcartwright opened 3 years ago

calebcartwright commented 3 years ago

Getting a 404 on the URL the script is attempting to use (https://download.java.net/java/early_access/jdk11/28/GPL/openjdk-11+28_windows-x64_bin.zip)

This was originally scripted when that version of the JDK was in a preview/early release, so the URL has indeed changed and should now be:

https://download.java.net/openjdk/jdk11/ri/openjdk-11+28_windows-x64_bin.zip

and needs to be corrected in the code here: https://github.com/swellaby/dev-setup-windows/blob/22077731c6c97350cdb7f1eaa70bf38d1112ca68/src/ProgrammingFrameworks.ps1#L61