[jdom-interest] org/saxpath/SAXPathExceptiion?

Scott Purcell spurcell at vertisinc.com
Thu May 1 12:08:41 PDT 2003


I was trying to run the samples/XPathReader from build9 and I get the following error. I have the need to use the XPath stuff and wanted to run through the sample first, to get a hang of how it works, but I can't get  past the following error:


Thanks,
Scott



C:\>java com.skp.xml.jdom.xpath.xpath C:\web.xml
Exception in thread "main" java.lang.NoClassDefFoundError: org/saxpath/SAXPathEx
ception
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:115)
        at org.jdom.xpath.XPath.newInstance(XPath.java:133)
        at com.skp.xml.jdom.xpath.xpath.main(xpath.java:36)

C:\>



More information about the jdom-interest mailing list