eclipse-equinox / p2

Eclipse Public License 2.0
14 stars 39 forks source link

Enhance p2 director with "addJREIU" option. #485

Closed raghucssit closed 5 months ago

raghucssit commented 5 months ago

P2 Director Application fails to install some of the bundles which has requirements on Java-SE 21. The reason for this issue was missing java profile dependency during installation. This new option includes Jre IU as an extra installable Unit.

Fixes https://github.com/eclipse-equinox/p2/issues/484