Tagged Questions

2
votes
1answer
587 views

.java.policy file and local applet

I am working on an HTML page that is using Javascript to interact with a Java applet. The HTML page, javascript files, and .jar file for the applet will be deployed locally to a folder on the user's ...
0
votes
0answers
72 views

How to deploy Signed applet with policy file? [closed]

Where I need to specify policy.URL.n?? How to deploy the Signed applet with policy file? I want to write, create directory/file, execute some file?? Please help me to deploy the signed applet. ...
0
votes
1answer
375 views

How to grant permissions to a java applet being called by JavaScript via the java.policy file

I have a single sign on application for our intranet which is supposed to read a file off the local computer as well as get the users SID and verify that the user is valid. I have a jar that is ...