This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
classpath question
- To: "'java-discuss at sources dot redhat dot com'" <java-discuss at sources dot redhat dot com>
- Subject: classpath question
- From: Anthony Green <green at cygnus dot com>
- Date: Sun, 10 Sep 2000 18:53:50 -0700
- Organization: Red Hat
- Reply-To: "green at cygnus dot com" <green at cygnus dot com>
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