Hi, you are missing the "xml-apis.jar" in yout classpath. And for further satisfaction just add "xml-apis-ext.jar" also to your classpath.
Have fun Florian -----Original Message----- From: javaNoob [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 3:07 PM To: [email protected] Subject: XPathEvaluator problem i switched from jdk 1.6 to jdk 1.5 and now i got this error... java.lang.NoClassDefFoundError: org/w3c/dom/xpath/XPathEvaluator when i run the applet alone, it's working but when i try to deploy it with my web app, i get the error.. i have placed all the jars that i used in my applet in the directory with the web pages.. what jar file do i need to make it work? -- View this message in context: http://www.nabble.com/XPathEvaluator-problem-tf4073996.html#a11578403 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
