Task #3472

Mis à jour par Matthieu Decorde il y a presque 2 ans

The JRE is linked using the org.eclipse.justj....jre.full plugin. It contains sources, debug marks which makes it too big.

h3. Solution

Replace this dependency with the org.eclipse.justj....jre.*full*.stripped (TXM startup fails with the -org.eclipse.justj....jre.base.stripped- one. The org.eclipse.ui.console plugins fails with a "java.lang.NoClassDefFoundError: java/lang/management/ManagementFactory" error message) org.eclipse.justj....jre.base.stripped

Retour