Re: "javax.mail.NoSuchProviderExcception: smtp" exception when running executable jar file.
Posted By:
Michael_Shlayen
Posted On:
Wednesday, December 10, 2003 10:46 AM
FOUND THE PROBLEM!!!
Looks like ther is a bug in JBuilder-9 Personal!
I specified to attach all required classes and ALL ressources while building executable jar file, but JBuilder attached javamail library not completly.
Somehow under com.sun.mail it attached only utils directory, skipping all others.
After I manualy added all other directories, it start working.