bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/32486] ResourceBundle/properties resolution


From: gnu_andrew at member dot fsf dot org
Subject: [Bug classpath/32486] ResourceBundle/properties resolution
Date: 28 Feb 2008 14:55:55 -0000


------- Comment #6 from gnu_andrew at member dot fsf dot org  2008-02-28 14:55 
-------
I've finally managed to diagnose this.  The problem is the way the properties
are being loaded.  When compressing the files in gcj's lib directory, compiled
gnu.java.locale.LocaleInformation* classes from libgcj are available on the
classpath.  As classes are preferred over properties files, gjar tries to use
these and fails because they don't contain the same information as the
Classpath ones.

There are two problems:

1. GNU Classpath is prone to compromise from data on the classpath
2. GCJ is still bundling old outdated locale data.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32486





reply via email to

[Prev in Thread] Current Thread [Next in Thread]