Hide “security warning message” in Java Control Panel

假装没事ソ 提交于 2019-12-11 04:28:31

问题


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..


回答1:


Is there any possibility to hide the "security warning message" via java coding?

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.


Java has discovered application components that could indicate a security concern. Contact the application vendor to ensure that it has not been tampered with.

..but that is a mixed code warning produced by Java.



来源:https://stackoverflow.com/questions/17725396/hide-security-warning-message-in-java-control-panel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!