Hi All,
Is there a way to configure getdown to use a specific build version of a JRE?
The custom Java feature supports version comparison at down to major, minor,
and revision level but seemingly not down to build-level.
For example, in our getdown install, we've configured getdown to have a
min_java_version of 1080040 to specify 1.8.0_40, but there doesn't seem to be a
way to define a specific build version of a JRE. Till now we've been providing
build 12 of 1.8.0_04 as the custom JRE, but would like to upgrade our user base
to build 23 (the current latest EA version at
https://jdk8.java.net/download.html) but there doesn't seem to be a way to
achieve this other than asking our users to uninstall and reinstall.
I wondered if anyone in the group had any ideas for this problem.
Many thanks in advance,
Robert Gruber
References:
https://github.com/threerings/getdown/wiki/Getdown-Dot-Text under 'Custom Java
Installation'
Is there a way to configure getdown to use a specific build version of a JRE?
The custom Java feature supports version comparison at down to major, minor, and revision level but seemingly not down to build-level.
We pulled it down last night and built locally, but it appeared that the changes (specifically in the Application class) were not there yet. The last commit in GitHub was on the 4th of December, are you sure you've pushed the latest update in?
was there any advantage in that over simply using a system-scoped dependency with a relative path?
It gave us a little bit of grief here, because it conflicted with the repository mirror config in our settings.xml (our maven is configured to use the internal repo manager).
--
You received this message because you are subscribed to the Google Groups "OOO Libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ooo-libs+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes, we checked launcher.log and it helped us resolve some of the problems with auto-update. But when it comes to jdk updates, there was hardly anything related to that in the log. I wonder if you could throw in a bit more diagnostic logging.