I have created an applet which will play an animation. But while displaying it in browser it gives java.io.FilePermision
error. My applet is not signed. Please give me some information, how to sign an applet?
Asked
Active
Viewed 274 times
0

Andrew Thompson
- 168,117
- 40
- 217
- 433

Pratik Bhingardeve
- 101
- 1
- 3
-
3http://stackoverflow.com/questions/908748/how-do-i-sign-a-java-applet-for-use-in-a-browser – Vivek Jun 24 '13 at 11:10
-
1http://docs.oracle.com/javase/tutorial/deployment/applet/deployingApplet.html, http://docs.oracle.com/javase/tutorial/deployment/jar/signing.html – Andreas Fester Jun 24 '13 at 11:15
-
Are these resources supplied by you or the user? If by you, access them by `URL` (in a sand-boxed applet). – Andrew Thompson Jun 24 '13 at 12:22