java.se vs java.se.ee

Paul Bakker paul.bakker.nl at gmail.com
Wed Aug 24 10:41:48 UTC 2016


Hello,

When compiling code that uses classes from java.xml.bind, it is necessary to explicitly pass "-addmods java.xml.bind" to javac. Looking at the JDK module graph [1], I get the impression that javac uses java.se <http://java.se/> by default. Is this correct?

Paul

[1] https://bugs.openjdk.java.net/secure/attachment/57772/jdk.png <https://bugs.openjdk.java.net/secure/attachment/57772/jdk.png>


More information about the jigsaw-dev mailing list