This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: classpath question
- To: "green at cygnus dot com" <green at cygnus dot com>
- Subject: Re: classpath question
- From: "Tom Williams" <tom dot williams at diversifiedsoftware dot com>
- Date: Mon, 11 Sep 2000 09:34:33 -0700
- cc: "'java-discuss at sources dot redhat dot com'" <java-discuss at sources dot redhat dot com>
Sounds good to me. That way, the CLASSPATH variable can stay as simple
(and short) as possible.....
Peace......
(another) Tom
Anthony Green <green@cygnus.com> on 09/10/2000 06:53:50 PM
Please respond to "green@cygnus.com" <green@cygnus.com>
To: "'java-discuss@sources.redhat.com'" <java-discuss@sources.redhat.com>
cc: (bcc: Tom Williams/HQ/dssi)
Subject: classpath question
We install libgcj.zip in /usr/share right now (or ${prefix}/share).
Tom and I were thinking of changing this to /usr/share/gcj/libgcj.zip. The
idea being that the compiler would put every /usr/share/gcj and every .zip
and .jar file found in there in its classpath. For instance, you could
drop
gnome-gcj.zip in there and it would just show up in your classpath
automatically.
Comments?
AG