error message: java.lang.NoClassDefFoundError: javax/mail/Se
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
error message: java.lang.NoClassDefFoundError: javax/mail/Se
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!
Re: error message: java.lang.NoClassDefFoundError: javax/mai
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
check up the java documentation for more detail !
most likely u miss-placed / mis-named one of your class
Re: error message: java.lang.NoClassDefFoundError: javax/mai
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.