On 4/30/05, Simon Kitching <[EMAIL PROTECTED]> wrote:
> Hi Craig,
> 
> According to the javadoc for the ClassLoader.defineClass method, it is
> simply not possible for any classloader other than the boostrap
> tclassloader to define a class in the java.* package:
>   http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ClassLoader.html

That is true for java.lang.ClassLoader itself -- that is *not*
necessarily true for a custom subclass of java.lang.ClassLoader that
doesn't use the superclass's defineClass() methods.

Craig

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

Reply via email to