-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK Download Url Is 404 When Clicked In VsCode #618
Comments
- updated download link, on its own line - no punctuation at the end of the download link (fixes apache#618) - no extra newline at the end - extra newline spacing in case JAVA_HOME is invalid
Prompt fix! I'm still going through the process though and it seems that the url is wrong anyway. After installing the JDK from that url, I get this now:
My suspicion is that it is a bug that is failing to parse a double-digit version number now that its on v11, however that doesn't matter as the docs are clear: They say that you have to install JDK v8. The v8 download links are further down on the main download url but it's not intuitive that you should install an old version when the top download is an lts release. A possible replacement link, that only includes the v8 downloads is: https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html |
- fix download link - put download link on its own line - no punctuation at the end of the download link (fixes apache#618) - no extra newline at the end - extra newline spacing in case JAVA_HOME is invalid
I raised PR #619 & #620 that should hopefully give the right link and JDK version. Feedback would be appreciated, I hope to get these in before we make the next major release for Cordova 9 (apache/cordova#10). |
- fix download link - put download link on its own line - no punctuation at the end of the download link (fixes #618) - no extra newline at the end - extra newline spacing in case JAVA_HOME is invalid
Got this error message:
Ctrl-clicking the link in vs-code opens up the url with the
.
on the end and is a 404 error.Not sure if this is a vscode bug, but including the dot seems unnecessary and likely to trip up clients.
Raising it here for you to decide if it's an issue or not.
The text was updated successfully, but these errors were encountered: