Tagged Questions
3
votes
3answers
1k views
Is is possible to sign a java applet for free?
I made a weird applet which allows you to paint with your voice. Obviously it requires access to the microphone, but Java applets are not allowed access unless they are signed. As far as I can tell ...
3
votes
1answer
545 views
Security considerations when hosting signed jars
What are the security implications for hosting signed jars on the internet?
As I understand jar signing, once a user choose to auto-accept a certificate, it doesn't matter if the signed jar came from ...
1
vote
1answer
51 views
Signed jar throwing permission exceptions with appletviewer
I'm trying to troubleshoot an issue with signed jars not working under appletviewer. My main goal is to run it outside of the browser, so I tried using appletviewer - if you have other suggestions, ...
0
votes
2answers
45 views
Unable to run-applet default Griffon app
With a new Griffon (v0.9.4) app, having nothing more done to it than to install plugins that will be needed for the project later, I am unable to griffon run-applet or run-webstart on the project. The ...
0
votes
0answers
87 views
Java applet: java.security.AccessControlException
I am running an applet, in which I set have to make a JFrame stay on top at all times, using frame.setAlwaysOnTop(true);. It throws a securityException, even though the applet has been signed ...
0
votes
1answer
145 views
Signed jar files in tomcat
I have an applet that runs inside an web application. The applet requires certain jar's to be signed for its successful running.
So I am signing a few jar files required by the applet and leaving the ...
0
votes
1answer
1k views
jar could not find main class, despite manifest
I am attempting to put my Java applet into a .Jar so I can sign it, as currently it works locally but throws access denied exceptions when I attempt to run it remotely (it reads other files in the ...
0
votes
1answer
167 views
build.xml ant question
I am getting the following exception when running an applet:
Exception in thread "AWT-EventQueue-4" java.lang.NoClassDefFoundError: ice/net/SnapshotCacheManager
but the file is inside the jar.
I ...