JDK-4511515 : JDK1.4.0beta2-b82 does not load classes in Russian locale.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.0
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2001-10-05
  • Updated: 2001-10-05
  • Resolved: 2001-10-05
Related Reports
Duplicate :  
Description

Name: dsR10051			Date: 10/05/2001



JDK1.4.0beta2-b82 does not load classes in Russian locale under solaris.

Here is minimized test:
public class Test {
    public static void main (String[] args) {
    }
}

--- Output ---
%locale
LANG=ru_RU.KOI8-R
LC_CTYPE=ru_RU.KOI8-R
LC_NUMERIC=ru_RU.KOI8-R
LC_TIME=ru_RU.KOI8-R
LC_COLLATE=ru_RU.KOI8-R
LC_MONETARY=ru_RU.KOI8-R
LC_MESSAGES=C
LC_ALL=
%/set/jdk-builds/JDK1.4.0beta2-b82/solaris/bin/java Test
Exception in thread "main" java.lang.NoClassDefFoundError: Test

Under JDK1.4.0beta2-b81:
%/set/jdk-builds/JDK1.4.0beta2-b81/solaris/bin/java Test
%

======================================================================

Comments
EVALUATION This is a duplicate of bug 4510701 ###@###.### 2001-10-05
05-10-2001