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!

Cause of java.lang.NoClassDefFoundError: javax/activation/DataSource

843841Jun 1 2004 — edited Jun 2 2004
hi all

i'm trying to send an email out using tomcat... for my localhost development, the mail sending works perfectly (win xp, tomcat 4) but when deployed on the actual web server (fedora, tomcat 5) i encountered this error: java.lang.NoClassDefFoundError: javax/activation/DataSource.

does anyone have any idea what caused it? i doubt that it is classpath, since servlets and jsp can be run... or is the problem really lies in classpath?

thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 30 2004
Added on Jun 1 2004
3 comments
5,251 views