Re: imports ( 2 )

2000-11-06 Thread Srikanth V
Try this command before compiling.. export = CLASSPATH=3D$CLASSPATH:/usr/local/apache/tomcat/.../WEB-INF/classes Hope this helps, Srikanth - Original Message - From: JM To: [EMAIL PROTECTED] Sent: Monday, November 06, 2000 11:48 PM Subject: imports ( 2 ) Hi, My pages are on a Apache

imports ( 2 )

2000-11-06 Thread JM
Hi, My pages are on a Apache +Tomcat server, but when I compile my .java file (the one supposed to send mail) with the "javac myfile.java" command, I always have an error message telling me the imports javax.mail.*. (only) haven't been found. But, when I write the code directly on my jsp fil