JDK-4392380 : java does not accept class in Japanese in its argument
  • Type: Bug
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2000-11-27
  • Updated: 2002-11-14
  • Resolved: 2002-11-14
Related Reports
Duplicate :  
Relates :  
Description
java can not take a class whose name is in multibyte language in its argument.

sishida@stones->java -version
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
sishida@stones->java ������������ 
Exception in thread "main" java.lang.NoClassDefFoundError: \??\��
sishida@stones->

Comments
EVALUATION Name: nl37777 Date: 05/04/2001 Isn't class loading part of runtime? It's certainly not java.util. ======================================================================
11-06-2004