Hi again Chad! your problem with classpath sounds strange, and about it I only have a simple question: �How did you name your variable, CLASS_PATH or CLASSPATH (without _ )? On the .profile file I have a CLASSPATH varible not CLASS_PATH and everything I add in it, is loaded perfect!
greetings! Nancy chad kellerman wrote: > Ok, > > Got it. Geesh, computers really get on my nerves. ;^) > > I saw that SendMailServlet.java needed two jar files to compile. And since no >matter what I did to set the CLASS_PATH it would not work. So I added the jar files >in the line: > > /usr/java/jdk1.3.1_01/bin/javac -classpath >../../../../common/lib/mail.jar:../../../../common/lib/servlet.jar >SendMailServlet.java > > THis is on Linux, I think windows needs a ; instead of a : > > I hope this helps everyone. Now on the SSL. > > Chad > > My other computer is your linux box. > > On Wed, 6 Feb 2002 17:14:31 +0100 > "Ralph Einfeldt" <[EMAIL PROTECTED]> wrote: > > > That not his problem, he can't even compile the classes. > > > > Saw your previous posts, but I can't help you as we didn't > > have any problems with JavaMail. > > > > > -----Urspr�ngliche Nachricht----- > > > Von: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED]] > > > Gesendet: Mittwoch, 6. Februar 2002 17:02 > > > An: Tomcat Users List > > > Betreff: Re: SendMailServlet.class > > <snip/> > > > Although I have added the activation, mail and pop3 JAR files > > > to the CLASSPATH, TOMCAT_HOME/lib, $TOMCAT_HOME/common/lib, > > > $TOMCAT_HOME/webapps/app/WEB-INF/lib I > > > could run my application, but when I press a button to send > > > the mail, I got an error message on the console and the mail > > > is not sended... I think the wrong thing > > > is the Tomcat configuration, isn't it? and not the libraries you need. > > > > > > The error is the follow: > > > javax.mail.NoSuchProviderException: No > > > provider for Address type: rfc822 > > <snip/> > > > > -- > > 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]>
