error message: java.lang.NoClassDefFoundError: javax/mail/Se

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
ben

error message: java.lang.NoClassDefFoundError: javax/mail/Se

Post by ben »

every time after i run the msgsend.java program, the above error message occurs. Can anybody please help to solve this? really appreciate it, thanks!
mememe

Re: error message: java.lang.NoClassDefFoundError: javax/mai

Post by mememe »

well, as the error says....no classdeffound !

check up the java documentation for more detail !

most likely u miss-placed / mis-named one of your class
Jeff Epstein

Re: error message: java.lang.NoClassDefFoundError: javax/mai

Post by Jeff Epstein »

Check out CLASSPATH question in the "java" section of the TextPad support FAQ. It has links to helpful information, to making sure every class is definitely referenced by the CLASSPATH, as they must be.
Post Reply