Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] export with Java 17

Hi Jeff / cdt-devers

With the upgrade to Java 17 some of CDT's (very) old code fails with exceptions like:

Caused by: java.lang.IllegalAccessException: class org.eclipse.cdt.internal.core.CConfigBasedDescriptor$1 cannot access class com.sun.org.apache.xerces.internal.dom.ParentNode (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.dom to unnamed module @3157e4c0


This looked familiar, and perhaps related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=578660

Does anyone know how to resolve this, especially with Tycho-Surefire tests?

Thanks
Jonah


~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com

Back to the top