- Unable to find required classes

- Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.Can anyone help me about this problem? or may be leave some suggestion plz.
[224 byte] By [Jakvaa] at [2007-11-27 3:56:44]
# 1

Ensure you have next jar files in your classpath:

activation.jar ((javax.activation.DataHandler)

You can download it from http://java.sun.com/products/javabeans/jaf/downloads/index.html.

mail.jar (for javax.mail.internet.MimeMultipart)

You can download it from http://java.sun.com/products/javamail/.

If you're using Axis (and I believe yes, because of this warning), put these two jar files in the same (i.e. WEB-INF/lib) directory where your axis.jar etc. resides.

Regards,

Milan Boruvka

http://www.boruvka.net/blog

Milan.Boruvkaa at 2007-7-12 9:00:59 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Ohhhhhh !!!! Thank a lot Milan.Boruvka ^^ Hopefully, if I have a proplem I'll see you again ha ha...
Jakvaa at 2007-7-12 9:00:59 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...