bookmark

eclipse - The package org.w3c.dom is accessible from more than one module: <unnamed>, java.xml - Stack Overflow


Description

Instead to find where org.w3c.dom comes from I've been using this script:

mvn dependency:copy-dependencies -DincludeScope=test -DoutputDirectory=deps for i in deps/*.jar; do if unzip -l $i| grep -q org.w3c.dom; then echo $i; fi ; done

Preview

Tags

Users

  • @jil

Comments and Reviews