Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

- Unable to find required classes

843833May 10 2007 — edited May 10 2007
- 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.

Comments

843833
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
843833
Ohhhhhh !!!! Thank a lot Milan.Boruvka
^^ Hopefully, if I have a proplem I'll see you again ha ha...
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 7 2007
Added on May 10 2007
2 comments
420 views