搜索 | 用户支持

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

详细了解

how do i make applets work in Firefox. Newer versions of firefox does not have applet support, but I would like to know workaround for the same

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

more options

We have application/website that uses applets; however since firefox has stopped supporting java we are doomed. Any help or workaround so that applets can run would be really helpful

We have application/website that uses applets; however since firefox has stopped supporting java we are doomed. Any help or workaround so that applets can run would be really helpful

所有回复 (4)

more options

What's your computer system and Firefox version?

What applets are you talking about?


This may be your problem,

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

Install Older Version Of Firefox {web link} Be sure to read everything here.

If you still want to downgrade, look under; I still want to downgrade. Click the Directory of other versions and languages link. Look for the directory of the version that you want. But, remember that old versions may have security issues.

You should also check out Firefox; Extended Support Release {web link} ESR Notes System Requirements

more options

Most of your users probably still have Java installed on their computers. Oracle recommends migrating to the "Java Web Start" technology so that browsers can launch your applet (probably called something different now) using those external components.

See:

more options

Forgot this link:

Migrating Java Applets to Java Web Start Applications http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/applet_migration.html

more options

It is actually support for applets that has been removed that causes the most problems.

A Java Web Start JNLP file is basically a XML file that the servers 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 in a browser possible like a plugin offers.