This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Classpath vs java.class.path


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]