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

