I believe you also need the activation.jar from Sun? Did you get that? gr. Michel
> -----Original Message----- > From: chad kellerman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 16:09 > To: Tomcat Users List > Subject: Re: SendMailServlet.class > > > Sorry to have to write again but I am lost. I set the > CLASS_PATH. That did not work, I downloaded the javamail, and > moved allthe jar file to > /usr/local/jakarta-tomcat-4.0/dist/common/lib/ which should have > done it. But not. > > Still same error. I open up SendMailServlet.java and looked: > > > import java.io.IOException; > import java.io.PrintWriter; > import javax.mail.Message; > import javax.mail.Session; > import javax.mail.Transport; > import javax.mail.internet.InternetAddress; > import javax.mail.internet.MimeMessage; > import javax.naming.Context; > import javax.naming.InitialContext; > import javax.servlet.RequestDispatcher; > import javax.servlet.ServletException; > import javax.servlet.http.HttpServlet; > import javax.servlet.http.HttpServletRequest; > import javax.servlet.http.HttpServletResponse; > > I have everything but the javax.mail.*****. Is there another > package that I might be missing. > > That again for all the help... > > Chad > > > > On Wed, 6 Feb 2002 13:44:27 -0000 > Mark Meany <[EMAIL PROTECTED]> wrote: > > > >> SendMailServlet.java:1: error:Cannot find type "javax/mail/Message" > > > > Try downloading the Sun JavaMail API and putting the jars > somewhere visible > > to your application. All should be Ok after this. > > > > http://java.sun.com/products/javamail/index.html > > > > M. > > > > > > > > > > *************************************************************** > > For more information on Ordnance Survey products and services, > > visit our web site at http://www.ordnancesurvey.co.uk > > *************************************************************** > > > > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
