AccessControlException ?

I have a applet,can use slider or choice or JavaScript call to call a method for read data file. Everything is ok ,and I continue another unfinished coding.But suddenly,after one compile, the test of the JavaScript call is failed,but the same method called by slider and choice is still ok. the exception message is:

java.security.AccessControlException: access denied

And strangely,the same applet compiled at another machine working fine!

I search for the problem,someone say it is a bug of SDK 1.3, is that right? Is there any solution ? thanks !

My two machines I compile and test the applet are the same:

Platform: Windows2000 profession

Browser: IE 5.01

JDK: 1.4.2

[735 byte] By [Snaking2001] at [2007-9-30 2:45:04]
# 1
I'm not sure it's a bug in sdk.Did you try to read the data file in client side? If so, it maybe the cause of the exception. Regards,tomotachi
tomotachi at 2007-6-29 10:28:50 > top of Java-index,Administration Tools,Sun Connection...
# 2
That could depend on the browser security settings, also which zone the stuff is downloaded from, whether the applet is signed.
BIJ001 at 2007-6-29 10:28:50 > top of Java-index,Administration Tools,Sun Connection...
# 3

thanks both,very appreciate!

Yes,I think that is browser security problem,but I won't to change the setting of the machine,because it is a trouble to tell client how to change setting!

I will try to figure out what codes I modified cause the exception .Anyway, thanks very much!

Snaking2001 at 2007-6-29 10:28:50 > top of Java-index,Administration Tools,Sun Connection...