hi,
   I have a Servlet which writes a form's data into text file and also
sends an mail.The Servlet is like this

public class onlineRegister extends HttpServlet{
    public void doPost(..)

       //write ot a text file
    //then creates a instance of a Class SendMail which actually sends
the mail
   }
class SendMail{

  code for sending mail
}
}

when I tried this on IIS,NT,ServletRunner combination it worked well
Now I am trying this onJRUN,HPUX,Netscape Enterprise.
when I run this Servlet I get

NoClassDefFound SendMail  Error

I have my javamail & jaf in jsm-default/classes directory.I don't the
reason behind this,is this because of wrong placement of mail.ajr and
activation.jar?I need help on this.

Thank You,
ranjith

___________________________________________________________________________
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