NoClassDefFoundError
Hi,
this is my problem.
I have an EAR which is deployed on an App-Server. This EAR have som jars. Now I call a Bean which is in one of this jar and in the bean i instantiate a POJO with new, wherby the POJO-class is in the sam jar as the bean is.
On the code line where i instantiate the POJO I get a NoClassDefFoundError.
I can't understand this, cause the bean an the pojo is in the same jar.
What steps could I do, to finde out what my problem is?
Edo
--

