I made a new struts project in eclipse using the struts2-archtype-starter.
A few errors where in my project already before doing anything. Solved most of them but th
Need to add another answer. After upgrading m2e to 1.4.20130601-0317 the error came back. Again, none of the proposed solutions worked including the one I just proposed. Eventually, I found the culprit: including org.htmlparser:1.6
had an implicit dependency on tools.jar
. No idea why deleting the installed jre's helped with the older m2e (1.0.something). Now the solution is to exclude tools.jar
:
org.htmlparser
htmlparser
1.6
tools
com.sun