Bryce McKinlay wrote: > Hmm - but can this ever happen? Is it possible to define a core class > with a non-system class loader? In any case, it seems to me that it > should always be correct to load Locale resources etc with the system > class loader - or is there a situation I havn't considered?
Hmm.. what am I missing here... ? It should be impossible to define a core class with the system class loader, or any other user-defined class loader. Core classes are supposed to always be defined by the bootstrap loader. In JC, core classes are defined as the java.* and gnu.* classes. -Archie __________________________________________________________________________ Archie Cobbs * CTO, Awarix * http://www.awarix.com _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

