This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files
- From: "gnu_andrew at member dot fsf dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 25 Sep 2008 01:47:03 -0000
- Subject: [Bug libgcj/37636] [4.4 regression] java tools are unable to find resource files
- References: <bug-37636-11764@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from gnu_andrew at member dot fsf dot org 2008-09-25 01:47 -------
I'm not sure when 4.3 branched, but David Daney's locale patch (switching from
gcj's locales to Classpath's) might have had an effect (2008-03-04). It's the
only locale change I can see from this year.
The current 4.3 branch does still work fine.
The missing resources are in libjava/classpath/tools/resource. None of them
are locale-specific.
ResourceBundle is used as-is from Classpath without being overridden or
amended. It may be a classloader issue.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37636