Page 1 of 1
error message: java.lang.NoClassDefFoundError: javax/mail/Se
Posted: Wed Nov 14, 2001 3:07 pm
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!
Re: error message: java.lang.NoClassDefFoundError: javax/mai
Posted: Wed Nov 14, 2001 6:39 pm
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
Re: error message: java.lang.NoClassDefFoundError: javax/mai
Posted: Mon Jul 15, 2002 12:51 am
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.