Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · ASP.NET Newsletter Application · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : J2EE : JSP : javax.mail error Signup · Login
Author Thread
javax.mail error
Posted in tutorial: Installing, Configuring, & Running Tomcat 6.0 Servlet Container on Microsoft Windows, and Developing & Running your first JSP Page
·  vijayakumari
User
Joined: 5 May 2004
Total Posts: 1

javax.mail error

Posted: 7 May 2004
i followed ur instructions and downloaded mail.jar file from the java.sun.com. But when i run the MailerBean.java file its is prompting an error that "javax.mail.*" package does not exists. what should i do now?

kumari
·  sivakashi
User
Joined: 6 Oct 2006
Total Posts: 1
solution to compile the MailerBean.java file
Posted: 6 Oct 2006
place the mail.jar file into the MailerBean.java file directory then set
the classpath to current directory.
ex:
C:\yourdir>set CLASSPATH=mail.jar;.
Want to leave a comment? Login or Register for free!

Users Who Have Visited This Thread In Last 24 Hours
2 Visitors

Login to post a comment or start a new thread
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2010 Stardeveloper.com, All Rights Reserved.