  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | JaxenException | JaxenException 2007-01-30 - By Ernesto Reig
Back 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 (See http://xen-1.ora-code.com).1.jar but I get the same Fucking error! Please, if someone can help...
<pre>I have a line on my program like that:<br><br> <span style="font-weight: bold;">XPath.selectSingleNode(document, "xpath String");</span><br> <br>When this line is executed I always get this error:<br><br>java.lang .NoClassDefFoundError : org/jaxen/JaxenException<br> java.lang.Class.forName0(Native Method)<br> java .lang.Class.forName(Class.java:164)<br> org.jdom.xpath.XPath.newInstance(XPath .java:126)<br> org.jdom.xpath.XPath.selectSingleNode(XPath.java:368) <br> .....<br>I have configured the buildpath of my project (I use Eclipse) adding the jaxen-1 (See http://xen-1.ora-code.com).1.jar but I get the same Fucking error!<br>Please, if someone can help...<br></pre>
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ To control your jdom-interest membership: http://www.jdom.org/mailman/options/jdom-interest/youraddr@(protected)
|
|
 |