NoClassDefFoundError without class name

I'm not quite sure if this applies to the Sun Java Systems Application Server, but there are times when I run a NoClassDefFoundError where the class in question that was not found is not mentioned in the error.

Does anyone know what conditions will lead to the creation of a NoClassDefFoundError without indicating which class was not found?

Edit: Java 1.4

+3
source share
1 answer

Do you use Java 5?

There is a bug in your problem and it has been fixed for Java 6.

Here's the link

+3
source

Source: https://habr.com/ru/post/1698619/


All Articles