Signing Applet
in
Integration and Hardware
•
1 year ago
Hi, I tried signing my applet recently but it gave me this in the Java Console even after signing all my .jar files. My applet accesses the user's microphone, and i'm sure I signed all my .jar files correctly. I read
here that it could be a problem with Mac and Java installation but I really need it to work on a Mac...is there any way around this? Thanks in advance for your help!
java.lang.SecurityException: Permission denied:
http://download.java.net/media/applet-launcher/applet-launcher.jar
at sun.plugin.util.GrayBoxPainter.setProgressFilter(GrayBoxPainter.java:220)
at sun.plugin2.applet.Plugin2Manager.setupGrayBoxPainter(Plugin2Manager.java:2290)
at sun.plugin2.applet.Plugin2Manager.access$700(Plugin2Manager.java:102)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Plugin2Manager.java:1493)
at java.lang.Thread.run(Thread.java:680)
Exception: java.lang.SecurityException: Permission denied:
http://download.java.net/media/applet-launcher/applet-launcher.jar
1