Posted By:
Anonymous
Posted On:
Monday, August 5, 2002 06:57 AM
Hi
When using servlets, I can send mail using smtp package, but when using application, mail is not sent, giving exception as NoClassDefFoundError. Actually through application the package sun.net.smtp is not found to my class files. But this is found using servlets. I am using Apache webserver with jserv installed on it, and webserver is installed on linux. Please help me.