Re: JDK 11 and --add-modules=java.activation,jdk.jshell,java.xml.bind

2018-03-16 Thread Matthias Bläsing
Hi Sven, Am Donnerstag, den 15.03.2018, 22:59 +0100 schrieb Sven Reimers: > > looking at the upcoming donation I would assume there will be more > javax.xml.bind usages, so from my point of view we should have a > replacement module inside the platform and let all modules that need the > binding

Re: JDK 11 and --add-modules=java.activation,jdk.jshell,java.xml.bind

2018-03-15 Thread Sven Reimers
Hi, looking at the upcoming donation I would assume there will be more javax.xml.bind usages, so from my point of view we should have a replacement module inside the platform and let all modules that need the binding stuff depend on that one. What do you think? Sven Am 15.03.2018 22:48 schrieb

Re: JDK 11 and --add-modules=java.activation,jdk.jshell,java.xml.bind

2018-03-15 Thread Matthias Bläsing
Hi Jan, Am Donnerstag, den 15.03.2018, 18:35 +0100 schrieb Jan Lahoda: > Current NetBeans does not start on JDK 11: > > $ ./netbeans > Error occurred during initialization of boot layer > java.lang.module.FindException: Module java.xml.bind not found > > The reason is that some modules have been

JDK 11 and --add-modules=java.activation,jdk.jshell,java.xml.bind

2018-03-15 Thread Jan Lahoda
Hi, Current NetBeans does not start on JDK 11: $ java --version openjdk 11-ea 2018-09-18 OpenJDK Runtime Environment 18.9 (build 11-ea+4) OpenJDK 64-Bit Server VM 18.9 (build 11-ea+4, mixed mode) $ ./netbeans Error occurred during initialization of boot layer java.lang.module.FindException: Modul