-
Bug
-
Resolution: Fixed
-
P2
-
1.1.6, 1.2.0
-
1.1.6
-
generic, x86, sparc
-
generic, solaris_2.6, windows_95
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2019688 | 1.2.0 | Richard Gillam | P2 | Resolved | Fixed | 1.2beta4 |
Name: clC74495 Date: 03/25/98
Carlos.Lucasius@Canada (Mar 25, 1998) -
Bug Report from Borland (primary licensee):
Can't set the locale property of a column (or any other component)
in the designer in JDK 1.1.6. Why? The implementation of the class
which returns the list of available locales has changed, and has a bug.
Specifically, it searches the classpath for java.text.resources.LocaleElements_xx_XX.class
files (which is finally the correct implementation!), but it doesn't handle
.zip files correctly. And the locale elements classes are in classes.zip!
(Review ID: 27097)
======================================================================
- backported by
-
JDK-2019688 Locales no longer settable with JDK 1.1.6 and JDK1.2beta3
- Resolved
- duplicates
-
JDK-4106136 On win95, DateFormat etc. method getAvailableLocales() has not return
- Closed
- relates to
-
JDK-4123285 getAvailableLocales() doesn't work in Applet
- Closed