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 snip/ javac

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

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:

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