【发布时间】:2015-01-12 16:29:04
【问题描述】:
有些计算机运行 Windows 8.1 x64 并安装了 Java 开发环境 JDK 和 JRE,可以正常工作。但是尝试在浏览器中运行java-applet时,浏览器出现'Java plugin not found'错误'如何解决?
【问题讨论】:
标签: java windows google-chrome internet-explorer firefox
有些计算机运行 Windows 8.1 x64 并安装了 Java 开发环境 JDK 和 JRE,可以正常工作。但是尝试在浏览器中运行java-applet时,浏览器出现'Java plugin not found'错误'如何解决?
【问题讨论】:
标签: java windows google-chrome internet-explorer firefox
我安装了更新的插件,但我在测试时遇到问题插件在 Chrome 中使用链接http://java.com/en/download/installed8.jsp?detect=jre 无法正常工作如果您收到消息“此插件不受支持”,请按照以下步骤操作: 在您的网址栏中,输入:
并使用http://java.com/en/download/installed8.jsp?detect=jre 链接再次对其进行测试。
【讨论】:
Web 浏览器中未启用 Java。如果已经安装了 Java 但小程序无法运行,则需要通过 Web 浏览器启用 Java。
Internet Explorer
Click Tools and then Internet Options
Select the Security tab, and select the Custom Level button
Scroll down to Scripting of Java applets
Make sure the Enable radio button is checked
Click OK to save your preference
铬
Enter about:plugins in the search field.
In the Plug-ins list, look for Java and check whether Java is enabled (if the Disable link appears, Java is already enabled)
Click on the Enable link (if available)
(Optional) Check the Always allowed box to stop additional Chrome warnings when running Java content
【讨论】: