-
Notifications
You must be signed in to change notification settings - Fork 2
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
xml file moved? #1
Comments
Selects the second result from java_baseline.csv #1
Thanks for the heads up! The culprit seemed to be the java_baseline.csv file
...which used to list the latest version number at the top. It seems that that isn't the case anymore. AFAICS based on the https://java.com/en/download/ page Version 8 Update 161 is currently (Jan 21, 2018) the latest Java version, and that number is listed at the second topmost position in the https://javadl-esd-secure.oracle.com/update/baseline.version page and on the java_baseline.csv file generated by this script, so I switched to selecting the second result from the java_baseline.csv file instead, when determining the latest Java versions (at Step 9). I'm frankly not quite sure, to what does the 9.0.4 refer to in that file. Tried to fix this bug in 2f95215 |
...Well, I wish it was that simple. After a little more investigation to this matter it seems that with the introduction of Java SE 9 things got moved around a bit, the version naming convention was changed and that the most recent Java version is actually different for the 32-bit and 64-bit Javas, since the Java SE 9 seems to come only with a x64 installer. So the 2f95215 seems to be OK only for the 32-bit Javas, and for the 64-bit Javas the version string for the latest update release would be 9.0.4+11 (where "+" means "build" and where the version number is 9.0.4). Java naming conventions
** not in use after JRE Family Version 8 Help wantedAt the heart of the matter is the "missing" / "not yet indentified" xml-file referenced by the OP, which would ultimately reveal the download links for Java SE 9 (and later versions of Java) or a similar online source. Shall not a suitable source be found or reported by a kind contributor, perhaps one could refer to http://www.oracle.com/technetwork/java/javase/downloads/index.html and try to figure out the download links from there. Roadmap1.0. Security Baselines2.0. JRE Family 82.1. First XML-file - jre8 (Step 10)
2.2. Second XML-file - jre8 (Step 11) 2.3. Download links 32-bit:
2.4. Java SE Binaries Checksums - jre8
3.0. JRE Family 93.1. XML-file or a similar online source (for JRE Family 9 and later versions of Java), which would ultimately reveal the download links for Java SE 9 - or other related info
3.2. Download links 64-bit (JRE Family 9):
3.3. Java SE Binaries Checksums - jre9 Other Java update projects (manually updated): |
Although I have updated to the latest Java version!, I got the following error when I executed the script: WARNING: Java 8 Update 361 seems to be outdated. The most recent non-beta Java version is Java 0 Update 0. The installed 32-bit Java version 8.0.3610.9 needs to be updated. another Problem is: WARNING: Failed to access https://javadl.oracle.com/webapps/download/GetFile/1.8.0_361-b09/0ae14417abb444ebb02b9815e2103550/windows-i586/jre-0u0-windows-x64.exe Exiting without installing a new Java version (at Step 16). |
I got the following error when I executed the script:
WARNING: Failed to access http://javadl-esd.sun.com/update/9.0.4/map-m-9.0.4.xml
Exiting without checking the latest Java version numbers or without updating Java (at Step 10).
It looks like there's no such file as http://javadl-esd.sun.com/update/9.0.4/map-m-9.0.4.xml
I tried to translate the URI to https://javadl-esd-secure.oracle.com/ but it seems there's no equivalent path available.
The text was updated successfully, but these errors were encountered: