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
source
share