JDK-4146969 : Error occurs when using Japanese Shift-JIS code for class name.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.1.5,1.1.6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_95,windows_nt
  • CPU: x86
  • Submitted: 1998-06-09
  • Updated: 1998-07-01
  • Resolved: 1998-07-01
Related Reports
Duplicate :  
Description
Name: diC59631			Date: 06/09/98


When a class name with Japanese Shift-JIS code is used on Japanese Win 32
environment, following error occurs.
 
E:\javac test.java
E:\java test
java.lang.NoClassDefFoundError: (Class name in Japanese is displayed here)
        at test.main(Compiled code)
 
Following code demostrates the problem.  The code contains Japanese Shift-JIS
portion.
 
begin 644 test.java
M8VQA<W,@=&5S="!["B @(" @('!U8FQI8R!S=&%T:6,@=F]I9"!M86EN*%-T
M<FEN9R!A<F=;72D@>PH@(" @(" @(" @@V6#6(-G("!T(#T@;F5W((-E@UB#
###@###.###@(" @(" @(" @="YT97-T*"D["B @(" @('T*?0IC;&%S<R"#98-8
M@V<@>PH@(" @("!P=6)L:6,@<W1A=&EC('9O:60@;6%I;BA3=')I;F<@87)G
M6UTI('L*(" @(" @(" @(%-Y<W1E;2YO=70N<')I;G1L;B@B@V6#6(-G+6UA
M:6XB*3L*(" @(" @?0H@(" @("!P=6)L:6,@=F]I9"!T97-T*"D@>PH@(" @
M(" @(" @4WES=&5M+F]U="YP<FEN=&QN*"*#98-8@V<M=&5S="(I.PH@(" @
&("!]"GT*
 
end
(Review ID: 33303)
======================================================================

Comments
WORK AROUND Name: diC59631 Date: 06/09/98 Do not use Japanese code for class name. ======================================================================
11-06-2004

EVALUATION Originally submitted to classes_lang. Reassigning to runtime. This looks like a VM problem. william.maddox@Eng 1998-06-19
19-06-1998