JDK-4761384 : REGRESSION: class names with extended chars not accepted
  • Type: Bug
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 1.2.2_05a,1.3.0,1.4.0,1.4.1,1.4.2
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS:
    generic,solaris_2.6,windows_2000,windows_xp generic,solaris_2.6,windows_2000,windows_xp
  • CPU: generic,x86,sparc
  • Submitted: 2002-10-10
  • Updated: 2003-02-11
  • Resolved: 2002-11-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other Other
1.4.1_02 02Fixed 1.4.2Fixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Description
Compile the attached .java file with the German characters in the class name/file name. It runs fine with JDK 1.3.1 on Win2000.

JDK 1.4.2/1.4.1/1.4.0_02 java intltest.Class1������ on Win2000 produces the following error:

java.lang.NoClassDefFoundError: intltest/Class1������

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.1_02 mantis FIXED IN: 1.4.1_02 mantis INTEGRATED IN: 1.4.1_02 mantis mantis-b07
14-06-2004

SUGGESTED FIX CTE fix with exception testing after JNI calls used; see code diffs in src/share/bin/java.c listed in bug 4731666. ###@###.### 2002-11-07
07-11-2002

EVALUATION Appears to be a duplicate of previously reported problem; e.g. 4642283. Evaluating CTE suggested fix and contacting i18n group for their expertise. ###@###.### 2002-10-11 After consulting with i18n group, the CTE provided fix looks good; targetting Mantis. ###@###.### 2002-10-25
11-10-2002