Hi,

An ammendment to my original post:

The ClassNotFoundException is successfully caught and execution continues
(same as it would if a really nonexistant class name was given in the
config file), but immediately after it comes the error everyone loves,

java.lang.NoClassDefFoundError: MyClass

The line the error is coming from (based on the stack trace) contains an
array declaration and initialization:

int n = whatever;
MyClass[] array = new MyClass[n];

A few lines above that, a constructor of the same class succeeds.  Hmm.

I can provide more info if req'd.

Thanks,
dstn.



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to