Hello.

I'm a beginner of servet and have a problem.

My servlet codes are in c:\test.

If I set classpath=c:\jdk1.2.2\lib,
I get /NoClassDefFoundError/ from the code I'm running.


If I set classpath=c:\test,
I get /NoClassDefFoundError/ from
com/javaexchange/dbConnectionBroker/DbConnectionBroker....



And if I set classpath=c:\jdk1.2.2\lib;c:\test,
I've got the same result as the second one.

Please give me an answer


Bernie

___________________________________________________________________________
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