From: Nicolas F. <ni...@pn...> - 2020-12-24 01:00:34
|
Just an FYI, something I noticed when migrating a code base from jdk 11 to 14. If a project using classes in org.w3c.dom is in the unnamed module, javac will report a conflict since org.w3c.dom is accessible from both <unnamed> and java.xml modules. A solution is to manually remove org.w3c.dom from the jython-xxx.jar. Best regards, -- Nicolas Falliere (ni...@pn...) JEB Decompiler, Founder and Architect PNF Software <https://www.pnfsoftware.com/> | Follow us on Twitter <https://twitter.com/jebdec> | Join us on Slack <https://www.pnfsoftware.com/chat> | Bulletin Board <https://www.pnfsoftware.com/forum> |