Java 7 update21 security pop ups
1000488May 21 2013 — edited May 29 2013I am running java7 update21 and getting issues with my applets. I checked with oracle docs about java7 update21. There I got to know about refraining the use of unsigned applets and introduction of new security pop up,which prompts for either block or unblock the code, in Java7 update21. I don't want to see this prompt while running my applets. The workaround from the user perspective is check the "Enable-hide warning and run with protections". I want to block this with default java control panel settings.I want to block this prompt from code.I tried by adding manifest attribute Trusted-only as true as given in Oracle docs. My application is misbehaving after adding this attribute. Is there anyother approach i should proceed with?