huh?
Adam Megacz
gcj@lists.megacz.com
Wed Mar 6 19:49:00 GMT 2002
>From natClassLoader.cc:
// Now try loading using the interpreter.
if (! klass)
{
klass = java::net::URLClassLoader::findClass (name);
}
>From URLClassLoader.java
protected Class findClass (String name)
throws ClassNotFoundException
{
If findClass isn't a static method, how can you call it without an
instance (ie foo->findClass())?
- a
--
"If I put copyrighted material into the 'chewy nougat center', I can
claim the crunchy chocolate coating is an 'Access Control
Mechanism'." --lynx_user_abroad
Why Windows NT/2k/XP is unreliable: www.zappadoodle.com
More information about the Java
mailing list