From a jar file NoClassDefFoundError: javax/mail/Authenticator
800404May 10 2008 — edited May 12 2008When I run my program from netbeans alls well. However when I run from a jar file for my project I get error message. I've googled the message but have not found similar JSE issues. I am running JRE 1.6.0_05. The javaMail-1.4x and and jaf-1_1-frx are in the lib/ext directory. I set my class path to point only to the JRE directory. I eliminate the path. Do I need the jaf for a 1.6 implementation? Any ideas as to how to correct configuration that I 'm messing up.
Thanks