On 19/04/2015 23:45, Stefan Fuchs wrote:
:
P.S.: Looking at JEP-200 I could not find, to which module all the
webstart classes belong.
E.g.: What module does export javax.jnlp?
Obviously these classes are only needed on desktop platforms and could
be omitted on embedded devices and for applications installing a local
version of the jdk .
The module graph in JEP 200 shows the Java SE modules and JDK-specific
modules. There will need to be a standard module that exports javax.jnlp
but this is not in OpenJDK forests (as Java Web Start and the Java
Plugin are not in OpenJDK).
-Alan.