This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: name of libgcj.jar
- From: Anthony Green <green at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Tom Tromey <tromey at redhat dot com>, Matthias Klose <doko at cs dot tu-berlin dot de>, java at gcc dot gnu dot org
- Date: 21 Jan 2002 20:58:04 -0800
- Subject: Re: name of libgcj.jar
- References: <Pine.LNX.4.10.10201211230150.21842-100000@mars.deadcafe.org>
On Mon, 2002-01-21 at 09:40, Jeff Sturm wrote:
> There are some obscure uses of libgcj.jar, like
>
> getResource("java/lang/Object.class");
>
> as done in javac, for instance. For that to work you'd have to add
> libgcj.jar to the CLASSPATH. I don't see it as a real problem though.
You can always build this into the executable with "gcj -R".
That being said, I agree that versioning libgcj.jar makes sense.
AG