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!

java.lang.NoClassDefFoundError: javax/ejb/EJBHome

843829Jan 3 2003 — edited Jan 27 2009
Hi,

I hope that someone can help me.
I?m developing a web application using Tomcat 4.0. I?m trying to use some EJB but I keep getting this error:
java.lang.NoClassDefFoundError: javax/ejb/EJBHome
Why ?????
I know that that the EJBHome.class is in the j2ee.jar, and the j2ee.jar is in my class path.
I tried to put the j2ee.jar in the /lib of my webapp.
And I tried to put the j2ee.jar into /lib of both /server and /common of TomCat.
Nothing works. (Perhaps it just me)

Dose anyone know how to fix this problem?

I realy hope so!
Thanx

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2009
Added on Jan 3 2003
16 comments
11,432 views