Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

java.util.MissingResourceException: Can't find resource for bundle java.text.resources.LocaleElements_fr_FR

3 views
Skip to first unread message

prolland

unread,
May 8, 2000, 3:00:00 AM5/8/00
to
I have this exception, please help me !!
It's seems to be a bug of java

Exception :
java.util.MissingResourceException: Can't find resource for bundle
java.text.resources.LocaleElements_fr_FR, key Eras
at java.util.ResourceBundle.getObject(ResourceBundle.java:322)
at
java.text.DateFormatSymbols.initializeData(DateFormatSymbols.java:458)
at java.text.DateFormatSymbols.<init>(DateFormatSymbols.java:109)
at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:286)
at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:275)

My source :
SimpleDateFormat formatter = new SimpleDateFormat("yyyy.MM.dd
HH:mm:ss -- ");


thanks in advanced
Patrice

raj

unread,
May 8, 2000, 3:00:00 AM5/8/00
to
the resource bundle has something to do with your localle
settings.
Seems like your localle settings are french, so the JVM is
unable to find the correct UTF strings.
try changing your locale to US or something like that.

Raj

* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!


Tov Are Jacobsen

unread,
May 8, 2000, 3:00:00 AM5/8/00
to
"prolland" <prol...@caramail.com> skrev i
<95778225...@toffoli.webstore.fr>:

As I read the specification it should revert all the way back to the
base-class where the 'Eras' key does exist. So it's probably a bug.

Bug Id: 433420 suggests that Java failes to revert back to the base
when the resources are in a .jar file.

You might catch the exception and revert to the english locale, or
download the international version of the JDK where the fr_FR locale is
implemented.

--
Tov Are Jacobsen


0 new messages