You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eclipse -application org.eclipse.equinox.p2.publisher.UpdateSitePublisher -addJREIU ... doesn't add JRE "IU" for the currently used JRE but to the one set in JREAction.DEFAULT_PROFILE (currently Java 17).
So I'm unable to add "a.jre.javase" with Java 21 to the published update site content.xml and so can't install bundles that require Java 21 using plain SDK, even if everything runs on Java 21.
The text was updated successfully, but these errors were encountered:
Don't hard code "default" JRE version if we "guess one" and create some
profile based on current JRE packages. Just read & use the version from
the running JRE.
Fixeseclipse-equinox#461
Don't hard code "default" JRE version if we "guess one" and create some
profile based on current JRE packages. Just read & use the version from
the running JRE.
Fixeseclipse-equinox#461
Don't hard code "default" JRE version if we "guess one" and create some
profile based on current JRE packages. Just read & use the version from
the running JRE.
Fixeseclipse-equinox#461
One of the issues found while investigating #450.
eclipse -application org.eclipse.equinox.p2.publisher.UpdateSitePublisher -addJREIU ...
doesn't add JRE "IU" for the currently used JRE but to the one set inJREAction.DEFAULT_PROFILE
(currently Java 17).So I'm unable to add "a.jre.javase" with Java 21 to the published update site content.xml and so can't install bundles that require Java 21 using plain SDK, even if everything runs on Java 21.
The text was updated successfully, but these errors were encountered: