Hi!
I am trying to upgrade my application to use the latest dom4j version (1.5.2) instead of an old one (1.3). However, I keep getting all this Exceptions..
It started with:
Exception in thread "main" java.lang.NoClassDefFoundError: org/jaxen/JaxenException
at org.dom4j.DocumentFactory.createXPath(DocumentFactory.java:196)
at org.dom4j.tree.AbstractNode.createXPath(AbstractNode.java:205)
at org.dom4j.tree.AbstractNode.selectSingleNode(AbstractNode.java:185)
so I downloaded and added javen-1.0-FCS.jar to my classpath.
Then I got:
Exception in thread "main" java.lang.NoClassDefFoundError: org/saxpath/SAXPathException [...] at org.dom4j.tree.AbstractNode.createXPath(AbstractNode.java:205) at org.dom4j.tree.AbstractNode.selectSingleNode(AbstractNode.java:185)
Where do I go from here? I've searched the net and looked in mailing lists, but can't seem to find a solution to my problem.
I would really appreciate a quick tip.
Kind regards,
Jimisola
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ dom4j-user mailing list dom4j-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dom4j-user