how to split up runtime / development parts in OpenJDK 11?

Remi Forax forax at univ-mlv.fr
Fri Jul 6 11:35:15 UTC 2018


----- Mail original -----
> De: "Matthias Klose" <doko at ubuntu.com>
> À: "jdk-dev" <jdk-dev at openjdk.java.net>
> Cc: "IcedTea" <distro-pkg-dev at openjdk.java.net>
> Envoyé: Vendredi 6 Juillet 2018 13:15:22
> Objet: how to split up runtime / development parts in OpenJDK 11?

> Up to the removal of the jre images in the openjdk-11 builds I used to split up
> the runtime (-jre) and development (-jdk) parts for the Linux packages using the
> delta of the jre and sdk images directories.  Is there a way how to tell these
> jre parts apart from the jdk parts?

no, as far as i know, there is no list of modules for the JRE since the JRE doesn't exist anymore.

That said, you can create your own list / or a specific module that requires the other modules you want like the module java.se does.

> 
> Thanks, Matthias

Rémi


More information about the distro-pkg-dev mailing list