OpenJDK 1.7 and locales
Henri Gomez
henri.gomez at gmail.com
Mon Nov 15 00:26:21 PST 2010
Hi to all,
I build a fresh OpenJDK 1.7 yesterday on OS/X and noticed a problem
with resources.
Locales reported are only ar and br :
sun/text/resources/
ar
be
import java.util.Locale;
public class TestLocales {
public static void main(String args[]) {
Locale[] lLocs = Locale.getAvailableLocales();
for (Locale lLoc: lLocs) {
System.out.println(lLoc);
}
}
}
Problem in OpenJDK or in build ?
More information about the bsd-port-dev
mailing list