-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
please do NOT send html email to this list!
> [24/08/1999 14:23:58:456 GMT+05:30] java.lang.NoClassDefFoundError:
> javax/mail/MessagingException
> at DataOperations.Member.mailToMember(Member.java:247)
> at ForgotPassword.doPost(ForgotPassword.java:27) --> This is my servlet
As you can see, it says NoClassDefFoundError. that means that you need to
put the JavaMail API into your classpath as well as the activation api into
your classpath.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]