classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Moving system properties to gnu.classpath.*


From: Archie Cobbs
Subject: Re: Moving system properties to gnu.classpath.*
Date: Mon, 11 Oct 2004 19:02:07 -0500 (CDT)

David Holmes wrote:
> As I understand it the intent was to have a public class with public methods
> that was meant to be inaccessible to anything not loaded by the bootstrap
> loader. That would imply making the system classloader implement this check.

How about just having this class use getClass().getClassLoader() to
check for itself, and refusing to function if not the boot loader?
Then we skip all the security stuff.

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]