A problem using XPathAPI
843834Feb 12 2005 — edited Apr 21 2008I've succesfully imported the org.apache.xpath package to my application and am attempting to use the XPathAPI found there. My code compiles with no errors, but when I run the application I get this: "java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI"
Why does it find the XPathAPI class during compile but not at run time? Is this a problem with classpath or what?