[jdom-interest] JaxenException

Ernesto Reig ernirulez at gmail.com
Tue Jan 30 10:40:05 PST 2007


I have a line on my program like that:

   XPath.selectSingleNode(document, "xpath String");

When this line is executed I always get this error:

java.lang.NoClassDefFoundError: org/jaxen/JaxenException
	java.lang.Class.forName0(Native Method)
	java.lang.Class.forName(Class.java:164)
	org.jdom.xpath.XPath.newInstance(XPath.java:126)
	org.jdom.xpath.XPath.selectSingleNode(XPath.java:368)
        .....
I have configured the buildpath of my project (I use Eclipse) adding
the jaxen-1.1.jar but I get the same Fucking error!
Please, if someone can help...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.jdom.org/pipermail/jdom-interest/attachments/20070130/de507897/attachment.htm


More information about the jdom-interest mailing list