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)
======================================================================
- duplicates
-
JDK-4094685 (i18n) The VM does not handle i18n issues related to class file names correctly
- Closed