Re: AW: SendMailServlet.class

2002-02-06 Thread Nancy Crisostomo Martinez
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!

Re: AW: SendMailServlet.class

2002-02-06 Thread chad kellerman
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 ../../../../c

AW: SendMailServlet.class

2002-02-06 Thread Ralph Einfeldt
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:

AW: SendMailServlet.class

2002-02-06 Thread Ralph Einfeldt
I guess that's still the same error, you get just a different message with the other jdk. mail.jar in probaly not in the classpath when you call javac. > -Ursprüngliche Nachricht- > Von: chad kellerman [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 6. Februar 2002 16:42 > An: Tomcat U

AW: SendMailServlet.class

2002-02-06 Thread Ralph Einfeldt
To compile the servlet you have to have the mail jars in the classpath. (mail.jar and activation.jar) > -Ursprüngliche Nachricht- > Von: chad kellerman [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 6. Februar 2002 14:38 > An: [EMAIL PROTECTED] > Betreff: SendMailServlet.class > javac