Am using applet for file downloading. I need to uncheckable few options in "java control panel" for to hide the "security waring messages" in browser(this is one time activity).
But, Is there any possibility to hide the "security warning message" via java coding?
Java Version: 1.7.0.25
Thanks for looking into this..
No. If there was, it would be a bug. Depending on what warning is shown, it might be possible to stop it by digitally signing the code.
This answer describes one that cannot be changed.
This answer goes on to show how it looks when the certificate is generated by the developer.
..but that is a mixed code warning produced by Java.