-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b52
-
generic
-
generic
One of the last remaining reasons we open rt.jar and other jars when starting applications like LimeWire when class data sharing is enabled is that the class sun.util.resources.LocaleData is making queries for nonexistent localizations of properties files for calendar, currency, locale and timezone data. The Swing and AWT uses of ResourceBundle have been changed to use CoreResourceBundleControl to prevent looking for nonexistent resource files; LocaleData should be similarly changed.
Additionally, the properties files for CalendarData and CurrencyNames for some reason were not in the compiled properties list, preventing them from being added to the shared archive. This should be fixed as well.
###@###.### 2005-07-01 22:36:03 GMT
Additionally, the properties files for CalendarData and CurrencyNames for some reason were not in the compiled properties list, preventing them from being added to the shared archive. This should be fixed as well.
###@###.### 2005-07-01 22:36:03 GMT