Reputation: 561
So, I have this website that contains a java applet (before you insult me, no, I can't replace it with HTML5/JS, I am not responsible for this), but the latest java update prevents websites from running self signed applets. Of course my applet is self signed, so how do I "get it signed"?
Upvotes: 0
Views: 125
Reputation: 180
Perhaps you can have a look at the following :
http://docs.oracle.com/javase/tutorial/deployment/doingMoreWithRIA/security.html
http://www.oracle.com/technetwork/articles/javase/appletwarning-135102.html
Upvotes: 1