在 IE 浏览器上未检测到可用的 Java

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16820006/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-11-01 00:05:06  来源:igfitidea点击:

No working Java was detected on IE browser

internet-explorerbrowserjava

提问by shiv.mymail

Problem: Internet Explorer 9 is not detecting Java

问题:Internet Explorer 9 未检测到 Java

IE Version: 9.0.8112.16421

浏览器版本:9.0.8112.16421

Requirement: Need to open applet on IE browser

要求:需要在IE浏览器上打开小程序

Problem description

问题描述

In one client system, we are facing issue in opening a applet. When I checked then I found Java is not detecting in browser.

在一个客户端系统中,我们在打开小程序时遇到问题。当我检查时,我发现 Java 没有在浏览器中检测到。

But when I checked the Java control panel then I found JRE1.6 is installed in the system.

但是当我检查Java控制面板时,我发现系统中安装了JRE1.6。

Already tried

已经试过了

After that I tried to search some article related to the problem, that jdk1.6.0_26 is installed on system but still it is not detectable on browser.

之后我尝试搜索了一些与该问题相关的文章,系统上安装了jdk1.6.0_26,但仍然无法在浏览器上检测到。

I followed the link but it's solution could be resolved the issue. http://www.java.com/en/download/help/enable_browser.xml

我点击了链接,但它的解决方案可以解决这个问题。 http://www.java.com/en/download/help/enable_browser.xml

We are stuck at this point.

我们被困在这一点上。

采纳答案by shiv.mymail

You didn't mention OS. It also depend upon OS.

你没有提到操作系统。它还取决于操作系统。

If it is Windows 64 bit OS, then It would have IE 64(x64) bit and IE 32(x86) bit.

如果是 Windows 64 位操作系统,那么它将具有 IE 64(x64) 位和 IE 32(x86) 位。

If it is x64 bit then It would have requirement of 64 bit jre.. For launching the applet.

如果它是 x64 位,那么它将需要 64 位 jre。. 用于启动小程序。

If it is x86 bit then It would have requirement of 32 bit jre.. For launching the applet.

如果它是 x86 位,那么它将需要 32 位 jre。. 用于启动小程序。

Please follow this and revert.

请按照此操作并返回。

回答by Shrike

There's a couple of things that may be happening:

有几件事可能会发生:

  1. If you installed IE9 after Java, the Java plugin may not be installed. Try running the Java installer again while IE9 is closed.
  2. The JDK you have is really out of date and may be blocked by IE9 because of that. Try installing the latest JRE here.
  1. 如果您在 Java 之后安装了 IE9,则可能未安装 Java 插件。在 IE9 关闭时再次尝试运行 Java 安装程序。
  2. 您拥有的 JDK 确实已过时,因此可能会被 IE9 阻止。尝试在此处安装最新的 JRE 。

回答by springfeld

Have you checked the add-on page? Have a look, and be sure to select "All" from "View" or "show" on the left, and not only "Loaded" add-ons. You can find this dialog in the extras, press and hold Alt, watch out for "Manage Add-Ons", not sure how it is called in your local. Every add-on in the list can be deactivated, as well as you might find out, that the one that you think of is installed is missing.

您是否检查了附加页面?看一看,并确保从左侧的“查看”或“显示”中选择“全部”,而不仅仅是“已加载”附加组件。您可以在附加功能中找到此对话框,按住 Alt,注意“管理加载项”,不确定它在本地是如何调用的。列表中的每个附加组件都可以停用,而且您可能会发现,您认为已安装的附加组件丢失了。

The Java setup works quite well if you need an Ask Toolbar. It fails numerous times if you are using the browser, running an instance of the Runtime Environment, or one million other "good reasons" to fail to add an add on on your browser, and it is completely irrelevant which browser you use - the setup will find a way to fail.

如果您需要询问工具栏,Java 设置工作得很好。如果您正在使用浏览器,运行运行时环境的实例,或者其他一百万个“充分理由”无法在浏览器上添加附加组件,它会失败很多次,并且与您使用的浏览器完全无关 - 设置会找到失败的方法。

回答by R L

Under tools there is a check box for ActiveX Filtering. Make sure this is unchecked- that caused me no end of headaches. It is a bad idea to have two switches that do the same thing in software.

在工具下有一个 ActiveX 过滤复选框。确保这是未经检查的- 这让我头疼不已。让两个开关在软件中做同样的事情是一个坏主意。

You can do the same thing using the settings in Internet Options/security/custom level but the two switches don't talk to each other.

您可以使用 Internet 选项/安全/自定义级别中的设置执行相同的操作,但两个开关不会相互通信。