This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
help
Posted by saurabh on January 17, 2002 at 6:28 AM
I will reply to you soon > I have the activation.jar and mail.jar and in c:\. i am using tomcat. when i send a mail this is what it shows . kindly help me. > error is > org.apache.jasper.JasperException: Unable to compile class for JSPD:\tomcat\work\localhost_8080%2Fmotherson\_0002fmachinemail_0002ejspmachinemail_jsp_0.java:16: Package javax.mail not found in import. > import javax.mail.*; > ^ > D:\tomcat\work\localhost_8080%2Fmotherson\_0002fmachinemail_0002ejspmachinemail_jsp_0.java:17: Package javax.mail.internet not found in import. > import javax.mail.internet.*; > ^ > D:\tomcat\work\localhost_8080%2Fmotherson\_0002fmachinemail_0002ejspmachinemail_jsp_0.java:18: Package javax.activation not found in import. > import javax.activation.*; > ^
Replies:
|