Hi-

I have a servlet, which calls a function in another class that I wrote (for XML
parsing).  The function uses classes found in a file, xerces.jar, that I placed
in the /WEB-INF/lib folder.  Everything compiles fine, but when I go to run the
servlet, I get a Class not found error (one of the classes from the xerces.jar
file).

java.lang.NoClassDefFoundError: org/apache/xerces/parsers/DOMParser

Doesn't the container automatically include the lib folder in the classpath
when executing?  Or is there something else that I am forgetting to do.

Thanks a lot in advance.

Arun

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to