I am unable to import org.w3c.dom.NodeList package to Eclipse. It is showing
The package org.w3c.dom is accessible from more than one mo
Just open the configure build path and verify the modules which are all you have added as part of the project, which contains the class files as *
org.w3c.dom
This error, we usually gets in Java due to same kind of multiple API packages added in one project.
As, am using the same version as you mentioned, am not facing any issues., so just make sure that you don't have any duplicate modules.