On Sun, 2005-03-13 at 10:40 +1300, Simon Kitching wrote:
> In a normal stand-alone java application, there are three classloaders
> in operation when main(String[]) is called:
>  * the "top-level application class loader", which loads rt.jar etc, and
>    is referred to using "null" as the classloader reference.
Oops .. I meant the "system class loader" as used in the spec
terminology of course. Though ClassLoader.getSystemClassLoader()
actually returns what I believe the spec refers to as the "top-level
application classloader".

All in all, a complete balls-up of terminology in this spec..

Regards,

Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to