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

--

[507 byte] By [_edoA_a] at [2007-10-3 8:58:39]
# 1
does your classpath point to the jar file? post your classpath
MickeyOnJavaa at 2007-7-15 4:09:14 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...