cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

Eclipse JDK8 to JDK11 Issue: Package is accessible from more than one module

MK07
4-Participant

Eclipse JDK8 to JDK11 Issue: Package is accessible from more than one module

  • Error after changing Java from java 1.8 to Java 11.
  • The package org.w3c.dom is accessible from more than one module: <unnamed>, java.xml.
  • Module path is not used.
  • below class files are imported, but errors occurring
    import javax.xml.XMLConstants;
    import org.w3c.dom.Document;
  • The package javax.xml is accessible from more than one module: <unnamed>, java.xml

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
VladimirN
24-Ruby II
(To:MK07)

Some old discussion - "Eclipse JDK8 to JDK11 Issue: Package is accessible from more than one module": https://community.ptc.com/t5/Windchill/Eclipse-JDK8-to-JDK11-Issue-Package-is-accessible-from-more-than/td-p/686246

View solution in original post

1 REPLY 1
VladimirN
24-Ruby II
(To:MK07)

Some old discussion - "Eclipse JDK8 to JDK11 Issue: Package is accessible from more than one module": https://community.ptc.com/t5/Windchill/Eclipse-JDK8-to-JDK11-Issue-Package-is-accessible-from-more-than/td-p/686246

Top Tags