This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Classpath vs java.class.path
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Mark Wielaard <mark at klomp dot org>, Steve Pribyl <steve at netfuel dot com>, gcj mail list <java at gcc dot gnu dot org>
- Date: 16 Jul 2003 19:08:14 -0600
- Subject: Re: Classpath vs java.class.path
- References: <Pine.LNX.4.44.0307161837020.13498-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
Jeff> Sounds good. I'd like to slim down
Jeff> gnu.gcj.runtime.VMClassLoader anyway, and make it more like a
Jeff> real bootstrap loader.
Likewise I've been meaning to pull in the Classpath ClassLoader
implementation and change how this works. No time, of course...
Tom