Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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

Tất cả các câu trả lời (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.