Unicode (non-English) Classpath problem!

Hi All,

On WinXP I created a folder which name was in Japaness.

When I run my applet from this folder

the JRE (version 1.5) couldn't load the class from this folder,

see the error message below:

.......

liveconnect: Invoking JS method: document

liveconnect: Invoking JS method: URL

basic: Referencing classloader: sun.plugin.ClassLoaderInfo@85af80, refcount=1

basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1a0c10f

basic: Loading applet ...

basic: Initializing applet ...

basic: Starting applet ...

load:class MyClass.class not found.

java.lang.ClassNotFoundException: MyClass.class

at sun.applet.AppletClassLoader.findClass(Unknown Source)

..........

Caused by: java.io.FileNotFoundException: D:\Server\parent\[b]?[/b]\MyClass\class.class (The system cannot find the path specified)

at java.io.FileInputStream.open(Native Method)

..........

It seems that it converted my japaness directory in name to...\?\... when loading.

Is the JRE 1.5 supports the unicode for file/directory naming,

if yes does it support the class/resource loading from those unicode directories?

Please help to load class from an unicode directory in name.

Many Thanks!

[1354 byte] By [cau_bonga] at [2007-10-2 1:28:42]
# 1
Any one?Did I post this topic to a right forum, if not please show the right?Regards.
cau_bonga at 2007-7-15 18:51:18 > top of Java-index,Desktop,I18N...
# 2
I know I can load a Unicode-named text file under a Unicode-named directory (using jEdit). Don't know about loading classes though.
nguyenq87a at 2007-7-15 18:51:18 > top of Java-index,Desktop,I18N...
# 3
Up! Still looking for a help on this issue.Could I open a bug for java about it?Thanks.
cau_bonga at 2007-7-15 18:51:18 > top of Java-index,Desktop,I18N...
# 4
I know only of a bug, where the jar file is not allowed to be unicode.However, might it be that a ".class" should be removed?Reread the error message.
joop_eggena at 2007-7-15 18:51:18 > top of Java-index,Desktop,I18N...