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!

