简体   繁体   English

基本小程序的Java安全漏洞

[英]Java security vulnerability for basic applet

I am a beginner in Java programming and I am practicing applets for the first time. 我是Java编程的初学者,并且是第一次练习applet。 My first applet displays an error and I can't view the applet without clicking on a "act 我的第一个小程序显示了一个错误,如果不单击“行为”,就无法查看该小程序

I am a beginner in Java programming and I am practicing applets for the first time. 我是Java编程的初学者,并且是第一次练习applet。 I'm trying to view my applet in my browser (firefox), but the web page displays a box containing the following message: 我正在尝试在浏览器(firefox)中查看我的applet,但网页显示一个包含以下消息的框:

This plugin has security vulnerabilities.  
Click here to activate the Java(TM) Platform SE 7 U Plugin.

My question is: What does this mean, why is it happening & how can & get rid of the box? 我的问题是:这是什么意思,为什么会发生?如何才能摆脱困境? Does it mean that there is something wrong with my code? 这是否意味着我的代码有问题?

It isn't a problem with your code. 这不是您的代码的问题。 The Java plugin that runs applets within the browser has had some issues with security recently, and the folks that make Firefox decided to disable the plugin by default. 最近,在浏览器中运行小程序的Java插件在安全性方面遇到了一些问题,制作Firefox的人决定默认禁用该插件。 Just click the box and your applet should run. 只需单击该框,您的小程序就会运行。

there should be a little icon just west of the www in your address bar...click it>"activate all plugins" drop down menu click "always activate for this site"...stole this from another site.... 在您的地址栏中www的西边应该有一个小图标...单击它>“激活所有插件”下拉菜单,单击“始终为该站点激活” ...从另一个站点偷走了...。

https://service.parachat.com/knowledgebase/280/I-see-This-plugin-has-security-vulnerabilities-Click-here-to-activate-Java-display.html https://service.parachat.com/knowledgebase/280/I-see-This-plugin-has-security-vulnerabilities-Click-here-to-activate-Java-display.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM