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 _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath