I am trying to call an applet button from html. I'm calling the doClick() on the applet button. I can see the button pressed in when calling, but the action is not called.
I get the error: "java.security.AccessControlException: access denied (java.util.PropertyPermission user.language write)"
I have signed my jar file that contains the applet ( I believe it is signed correctly), but that didn't seem to do the trick. I'm also using jnlp which has the security->all-permissions set.
Thanks!
J
I get the error: "java.security.AccessControlException: access denied (java.util.PropertyPermission user.language write)"
I have signed my jar file that contains the applet ( I believe it is signed correctly), but that didn't seem to do the trick. I'm also using jnlp which has the security->all-permissions set.
Thanks!
J