JavaMail runtime exception....NoClassDefFound error
843830Sep 26 2003 — edited Aug 23 2005When I tried running the javamail application from my local system,it works fine.However,when trying it on the server,i get the following error during runtime:
java.lang.NoClassDefFoundError: javax/mail/Authenticator
The server is using a linux platform.I have included the necessary classpaths in the .bash_profile file of the local login.Also,i have tried including the javamail jar files with the application jar file,but to no avail.
If anyone out there knows what exactly is the problem here,pls help.
Bye,
Ganesh