Re: class path??

On Wed, 5 Jul 2000, Joel Jimenez (TXM) wrote:

> Hi!
> 
> 	I'm doing my first javaMailServlet and Im new using Jigsaw... I'm
> getting the following exception, do you have any suggestion on how can I fix
> this problem:
> 
> java.lang.NoClassDefFoundError: javax/mail/MessagingException
>         at java.lang.ClassLoader.resolveClass0(Native Method)
>         at java.lang.ClassLoader.resolveClass(ClassLoader.java:585)

You should add the java-mail jar in your CLASSPATH (well, in Jigsaw's
CLASSPATH, see
http://www.javasoft.com/products/javamail/index.html
Regards,

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Thursday, 6 July 2000 04:51:11 UTC