Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java thread: Signed applet and win2000 account locale problem


Message #1 by "Hwang, Bo-Kyeong" <hwang23@s...> on Mon, 14 Oct 2002 08:04:33
Hi,


I'm a Korean java developer.
I have a problem with Korean language.

I developed an applet program with Swing and the applet was signed by sun 
tools.

When I log on my Win2000 server with "Administrator" or "myAccount
(English)" accounts and test the applet, Everything is OK.
But when I use Korean accounts, following error occurred.

1. when I choosed "this session allowed.."
-------------------------------------------------------
java.lang.NullPointerException
java.security.PrivilegedActionException: 
java.io.FileNotFoundException: 
C:\Documents and Settings\?¨¬¢¬¡Æ©¡\Local Settings\Temporary Internet 
Files\Content.IE5\W5UXS303\appletcontainer[2].htm
(file name, directory name or volume label .. is different) <== of course, 
this sentence was written in Korean 

:-)-------------------------------------------------------

My Korean account name is crashed.

and ..

2. when I choosed "always allowed.."
-------------------------------------------------------
java.io.FileNotFoundException: C:\Documents and Settings\(My Korean 
Account Name)\.java\jpicerts131_02
(can't find the right path..)
-------------------------------------------------------

In this case, Korean account name is not crashed, 
but there is no ".java" directory on my Korean account name directory.
And I can't make this directory on windows exporer.


Somebody tell me the workaround!!!
I have to use Korean account.

  Return to Index