Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java 7 update21 security pop ups

1000488May 21 2013 — edited May 29 2013
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2013
Added on May 21 2013
3 comments
2,354 views