A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Other JSE/JEE APIs
Author
Java mail api
Sree Kumari
Ranch Hand
Joined: Aug 16, 2005
Posts: 47
posted
Aug 19, 2005 02:16:00
0
when i try to compile an javamail application using tomcat5 the error message is as follows.I have set the classpaths also
Unable to compile class for
JSP
An error occurred at line: 9 in the jsp file: /MailExample.jsp
Generated
servlet
error:
[javac] Compiling 1 source file
C:\jakarta-tomcat-5.0.16\work\Catalina\localhost\examples\org\apache\jsp\MailExample_jsp.java:7: package javax.mail does not exist
import javax.mail.*;etc----
The problem seems to be of the classpath.
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
I like...
posted
Aug 19, 2005 02:49:00
0
The problem seems to be of the classpath
Correct. The JavaMail jar files need to be in the classpath. In the case of a WebApp that is usually in WEB-INF/lib.
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
Seetesh Hindlekar
Ranch Hand
Joined: Feb 13, 2004
Posts: 244
posted
Sep 08, 2005 05:10:00
0
Apart from what Paul has mentioned in his post, include the pop3.jar, jmail.jar, mailapi.jar and activation.jar in the classpath.
Rgds,
Seetesh
I agree. Here's the link:
http://aspose.com/file-tools
subject: Java mail api
Similar Threads
Need help in javax.mail package.......very urgent
Have problem when I run jsp on server.
Problem with mailing thru JSP
Tomcat and JSP (Interesting problem)
mail sending in jsp
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter