This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
java.lang.NoClassDefFoundError: javax/mail/Address Exception when sending a mail from Eclipse?
Kushi Gadiparthi
Ranch Hand
Joined: Sep 23, 2010
Posts: 52
posted
1
Hi All,
I want to send a mail from Eclipse.
I had added the mail.jar in the library.
But still I am getting the following error
The JavaX has been added in the User Libraries of Eclipse it has following Jars
javax-wsdl-1.5.1.jar
jaxrpc.jar
mail.jar
saaj.jar
and my code looks as follows
So Please help me to solve the above error
Thanks in Advance,
Jashvika
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32651
4
posted
0
Which folder is that java mail .jar in?
How are you setting the classpath for your application?
When I Googled for Java Mail, I found a download page where Message appears to be in mail.jar. Please confirm you have got that mail.jar file in the classpath as well.
Kushi Gadiparthi
Ranch Hand
Joined: Sep 23, 2010
Posts: 52
posted
0
Hi,
Thanks for the Reply. I had added this jar in the eclipse --> preferences-->java-->BuildPath-->classpath variables.
But still no use, getting the same message.
Thanks in Advance.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
7
posted
0
Build path and runtime path are different things; both need all jar files.