Re: java.lang.NoClassDefFoundError: org/apache/xerces/util/XMLChar

2010-09-30 Thread edask
Thanks Mukul Gandhi, actually the problem was that although I have added the jar in the classpath , Tomcat couldn't see it. So I added the jar into the Tomcat/shared/lib path and the problem was solved. Thank you again, Eva I think the almost definitive answer to this problem is: Please provi

Re: java.lang.NoClassDefFoundError: org/apache/xerces/util/XMLChar

2010-09-29 Thread Mukul Gandhi
I think the almost definitive answer to this problem is: Please provide the jar (xercesImpl.jar in this case) to JVM classpath. Though I haven't worked with the API you've mentioned. On Wed, Sep 29, 2010 at 5:48 PM, edask wrote: > javax.servlet.ServletException: Servlet execution threw an excep