getClassLoader()

Alexandre Oliva oliva at dcc.unicamp.br
Mon Jul 27 21:09:17 PDT 1998


Archie Cobbs <archie at whistle.com> writes:

> The method Class.getClassLoader() is returning null, which is
> causing stuff to bomb out with NullPointerException.

getClassLoader() is supposed to return null for classes loaded by the
default class-loader.  If things are bombing because it is returning
null, the problem must be elsewhere

-- 
Alexandre Oliva
mailto:oliva at dcc.unicamp.br mailto:aoliva at acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



More information about the kaffe mailing list