Classpath vs java.class.path

Jeff Sturm jsturm@one-point.com
Wed Jul 16 22:39:00 GMT 2003


On 17 Jul 2003, Mark Wielaard wrote:
> You could integrate that with libgcj and let VMClassLoader only handle
> the bootstrap classpath and then have the SystemClassLoader (with
> VMClassLoader as parent) handle the user classpath (and the system
> property).

Sounds good.  I'd like to slim down gnu.gcj.runtime.VMClassLoader anyway,
and make it more like a real bootstrap loader.  As it is now, it pulls in
way too much of the runtime.  Not so good for embedded apps.

Jeff




More information about the Java mailing list