This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: java.lang.classpath property
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Patch: java.lang.classpath property
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Mon, 14 Feb 2000 23:14:45 -0800 (PST)
- Cc: java-patches at sourceware dot cygnus dot com
- References: <38A8F80B.339637BC@albatross.co.nz>
Bryce> The java.lang.classpath property isn't being set. This means
Bryce> that the interpreter is not searching the CLASSPATH for class
Bryce> files.
This is fine.
Bryce> + // FIXME: find libgcj.zip and append its path?
I guess we don't need to do this because the classes in libgcj.zip
have also been compiled.
There might be cases, like static linking, where this isn't really
true. We could compile in the path to libgcj.zip easily enough.
Thoughts?
Tom