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 removed from the JDK:
> http://openjdk.java.net/jeps/320
> 
> The module that remains is java.xml.bind, which is problematic. It
> was
> added to fix:
> https://netbeans.org/bugzilla/show_bug.cgi?id=270672
> 
> I wonder if there's a way to fix that problem without using the
> java.xml.bind JDK module. Matthias, any idea?

Yes. In review this could have been better solved :-)

So here it is:

https://github.com/apache/incubator-netbeans/pull/456

I grepped through the codebase and I only found one other java.xml.bind
related code in editor.settings.lib and changed that to.

Could you please have a look at the PR?

Thank you

Matthias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to