Re: Access control exception
Posted By:
Mark_Stewart
Posted On:
Sunday, March 28, 2004 09:36 AM
Yes, each JVM has its own policy file, you have modified your local policy, so when you run it on your machine it works, however when another user on another machine runs the same applet, their policy file does not contain the grant. Policy files affect only the JVM for which they are responsible, changing the policy file on the server does not distribute that back to the connecting client, for obvious reasons.