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