I am unable to import org.w3c.dom.NodeList package to Eclipse. It is showing
org.w3c.dom.NodeList
The package org.w3c.dom is accessible from more than one mo
For Java 9 and higher Delete org.w3c.dom jar file from the class path, and you are done. By the way delete module info file too. You don't need to add the external jar file, its already included in the system library of java 9 and higher.