Dominique Devienne writes:
 > Stefan is *of course* right! Class.forName always uses the system class
 > loader, and not some current loader.

No it doesn't.  It uses the defining class loader of the caller.

http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html#forName(java.lang.String)
Andrew.

Reply via email to