M
Myriam Abramson
Hello,
I have an applet using JAXB. I was able to overcome the security
restriction using appletviewer by specifying a java.policy that grants
all permissions on the command line:
appletviewer -J-Djava.security.policy=java.policy index.html
Now, I need to deploy that applet on the web. How can I specify this
policy encoded in the file named java.policy on the APPLET tag of
index.html?
TIA
I have an applet using JAXB. I was able to overcome the security
restriction using appletviewer by specifying a java.policy that grants
all permissions on the command line:
appletviewer -J-Djava.security.policy=java.policy index.html
Now, I need to deploy that applet on the web. How can I specify this
policy encoded in the file named java.policy on the APPLET tag of
index.html?
TIA