Hi,
> Umm I find that I will get htis error for a class when a class it derives on
> is not present.
[snip]
> Are all the super classes accessible ???
Hmm...
The class that's getting the ClassNotFoundException extends the one the
NoClassDefFoundError is coming from.
In case that was incomprehensible:
class A causes the ClassNotFoundException
class B causes the NoClassDefFoundError
A extends B.
B extends java.lang.Object.
I can javap both class A and B, so something very strange is happening.
Thanks for your help,
dstn.
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]