This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/27890] [4.2 regression] lib/logging.properties pollutes common namespace



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]