0

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?

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
  • 3
    http://stackoverflow.com/questions/908748/how-do-i-sign-a-java-applet-for-use-in-a-browser – Vivek Jun 24 '13 at 11:10
  • 1
    http://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

0 Answers0