Signup
·
Login
Stardeveloper.com
Home
·
Tutorials
·
Forums
·
Web Hosting Plans
·
Faisal Khan's Blog
·
Contact
Forums
:
J2EE
:
JSP
:
javax.mail error
Signup
·
Login
New Thread
Go To Page:
1
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
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
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;.
Previous Thread
::
Next Thread
Go To Page:
1
Users Who Have Visited This Thread In Last 24 Hours
4 Visitors
Login
UserName Or Email Address:
Password:
Auto-Login:
·
Create New User Account
·
Send Forgotten Password by Email
© 1999 - 2009 Stardeveloper.com, All Rights Reserved.