-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
If the project compiler level in Eclipse is set to 9+, it will enforce package name restrictions across multiple modules. The JRE 11 includes javax.xml and this conflicts with the javax.xml in the r.s.libs.ext\lib\xml-apis-1.3.04.jar. One solution may be to remove the xml-apis jar if the same classes are now part of the JRE.