jlpp
jlpp

Reputation: 1584

NoClassDefFoundError without a class name

I'm not quite sure if this is specific to Sun Java Systems Application Server but there are occasions where I run into a NoClassDefFoundError where the class in question, the one not found, is not mentioned in the error.

Does anyone know what conditions would lead to a NoClassDefFoundError being raised without specifying which class was not found?

Edit: Java 1.4

Upvotes: 3

Views: 684

Answers (1)

pgras
pgras

Reputation: 12770

are you using Java 5 ?

There is a bug about your problem and it is corrected for Java 6.

Here is the reference

Upvotes: 3

Related Questions