Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

doClick in html calling applet button

Status
Not open for further replies.

jmodo

Programmer
Aug 2, 2006
43
US
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
 
Well, looks like the JAR is not correctly signed. Did you have to accept the certificate? Another way around would be yo grant all permissions in java.policy file and see what happens.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top