Re: ClassLoader !_NEWLINE_!Casting
Posted By:
Luigi_Viggiano
Posted On:
Thursday, July 12, 2001 04:10 AM
Because it is loaded from a different classloader: you'll have ABC class inside system class loader, that is "logically distinct" from the ABC loaded by the one loaded by MyClassLoader. Try to specifying the parent on MyClassLoader passing the SystemClassLoader.