Re: java.se vs java.se.ee

2016-08-24 Thread Paul Bakker
Got it, it's clearly stated in the JEP: "The default set of root modules for the unnamed module is based upon thejava.se module rather than the java.se.ee module." Thanks! > On 24 Aug 2016, at 13:00, Alan Bateman wrote: > > On 24/08/2016 11:41, Paul Bakker wrote: > >> Hello, >> >> When co

Re: java.se vs java.se.ee

2016-08-24 Thread Alan Bateman
On 24/08/2016 11:41, Paul Bakker wrote: 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 by default. Is thi

java.se vs java.se.ee

2016-08-24 Thread Paul Bakker
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 by default. Is this correct? Paul [1] https://bugs.openjdk