Is the error from a command-line program? If so, either mail.jar is not in your classpath (check for typographical errors if you think it is) or there is an incompatible mail.jar being loaded (from, for example, %JAVA_HOME%/lib/ext).
Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "Fatma" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, April 19, 2005 8:28 AM Subject: java.lang.NoClassFoundError:javax/mail/MessagingException > Hi All, > > I am using windows XP and I have Tomcat 3.3.2 and Soap 2.3.1 installed. > I have mail.jar, activation.jar, soap.jar and xerces.jar on my CLASSPATH but > still I get the java.lang.NoClassFoundError:javax/mail/MessagingException > when When I run my program. > > Please Heeelp, Have any one faced the same problem while configuring your > SOAP and Tomcat? > > Thank you, > Fatma >
