On Fri, 25 Mar 2005 09:08:15 -0500, Beau Hebert
<[EMAIL PROTECTED]> wrote:
> Hello -

> exception:
> javax.servlet.ServletException: javax/mail/Message
> 
> root cause:
> java.lang.NoClassDefFoundError: javax/mail/Message
> 
> I'm not sure, but it seems that the compiler (or is it the container?) can't 
> find the class. My CLASSPATH is the following:
> 
> .;C:\tomcat5\common\lib\servlet-api.jar;C:\tomcat5\common\lib\jsp-api.jar;c:\jdk\bin;c:\jdk\lib\tools.jar;

Let Tomcat take care of setting the classpath don't set it yourself,
it is finding your class but more than one and getting confused as a
result.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to