搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can I get Java to work with Firefox?

  • 4 个回答
  • 4 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I had Java working with a JRE using Java SE7 or SE8. I just let Java install an update; now no valid JRE is installed to let my Java applications using Java to run. How do get a version of Java that will work with the Firefox browser on Windows 10.

I had Java working with a JRE using Java SE7 or SE8. I just let Java install an update; now no valid JRE is installed to let my Java applications using Java to run. How do get a version of Java that will work with the Firefox browser on Windows 10.

被采纳的解决方案

I've found a solution; at least a partial solution. I downloaded & installed the offline version of Java. It works with my Open Office database program that requires a JRE to work. I don't know if I'll also have to install an online version to work with the internet websites (or do the websites that require a JRE to display images already have the JRE available?)

定位到答案原位置 👍 0

所有回复 (4)

more options

This may be your problem,

All Firefox v52+ Releases disables all plugins except for Flash Why do Java, Silverlight, Adobe Acrobat and other plugins no longer work? {web link}


http://kb.mozillazine.org/JavaScript_is_not_Java

more options

选择的解决方案

I've found a solution; at least a partial solution. I downloaded & installed the offline version of Java. It works with my Open Office database program that requires a JRE to work. I don't know if I'll also have to install an online version to work with the internet websites (or do the websites that require a JRE to display images already have the JRE available?)

more options

That was very good work. Well Done. Please flag your last post as Solved Problem as this can help others with similar problems.

more options

There is only one JRE version although Oracle offers an offline installer, but that merely means that you download a complete file that doesn't require internet access. You can compare this with the small Firefox stub installer that download files from internet and the full installer that includes all files and that doesn't requires internet access.

Websites need to use Java Web Start (i.e. send a special XML file as application/x-java-jnlp-file) to launch a Java application in an external standalone window instead and can no longer use an applet to open a Java application embedded in a web page. Websites that want to use Java need to adapt and make the change to launch a Java application this way.

A Java Web Start JNLP file is basically a XML file that the server sends as application/x-java-jnlp-file and that is opened by the default application for this MIME type (Java Web Start). Java then handles everything on its own, but there is no longer embedding possible like a plugin offers. Java registers this MIME type when you install the Java program.