This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27890] [4.2 regression] lib/logging.properties pollutes common namespace
- From: "david at jpackage dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 22 Aug 2006 18:03:26 -0000
- Subject: [Bug libgcj/27890] [4.2 regression] lib/logging.properties pollutes common namespace
- References: <bug-27890-231@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from david at jpackage dot org 2006-08-22 18:03 -------
I am just voicing my support for comment #2.
In practice, we see a problem when installing both classpath and gcj on the
same system, since they both install classpath.security and logging.properties
files.
Ideally, both classpath and gcj could share these files, or perhaps not and
each JVM should be able to have its own configuration. Even if that's the case,
these files look like global configuration files, that apply to any JVM using
classpath or classpath derivatives.
The location should likely be changed in either case. These are configuration
files and likely need to be writable, so they should not be placed under /usr.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27890