tags:

views:

379

answers:

2

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

+3  A: 

Hello, are you using Java 5 ?

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

Here is the reference

pgras
A: 

Hi there

I am getting this error (i.e. without a class name) for Java 6, as far as I know. I am running an ant task in Eclipse and it chokes throwing "NoClassDefFoundError" without any class name. I am not sure how to even begin debugging this. Please HELP ! ! !

Safder
Please post questions as questions by pressing `Ask Question` button at the right top. Do not post questions as answers :) You're free to include links to questions you found in search, but didn't help in answering your own question.
BalusC
I appologize...soo should I repost this as a question?
Safder
BalusC