避免显示我的 Java 小程序的双重弹出安全警报
我创建了一个 java 小程序,通过 ftp 将文件上传到服务器,它使用 apache 的外部库,我签署了我的小程序,但是当我从浏览器启动小程序时,我收到两个安全弹出窗口,如何防止显示或显示只有一个?您好,谢谢,
这是示例链接: http://frx08.altervista.org/javaftp/
(第二个弹出窗口表示代码包含签名并且没有签名代码,但我不知道为什么..)
I created a java applet that uploads a file to a server via ftp, it uses an external library by apache, I signed my applet but when I start the applet from the browser I get two security popups, how do I prevent to show or show only one? hello and thanks
this is the example link:
http://frx08.altervista.org/javaftp/
(the second popup says that the code contains signed and not signed code but I don't know why..)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要么:
javax.jnlp
。 [最佳途径]Either:
javax.jnlp
available to applets since 6u10. [best route]