我的 Java 小程序可以在 Chrome 45 上运行吗? [英] Will my Java Applets run on Chrome 45?

查看:27
本文介绍了我的 Java 小程序可以在 Chrome 45 上运行吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们开发的 Web 应用程序使用三个 Java Applet.

The web application we develop uses three Java Applets.

我们知道 Chrome 45 将放弃 NPAPI 支持.在这个页面中,Oracle 说 Java Plugin 依赖于 NPAPI.

We know that Chrome 45 will drop NPAPI support. In this page, Oracle says that Java Plugin relies on NPAPI.

https://java.com/en/download/faq/chrome.xml

事实是,我尝试使用 chrome 43 和 44 执行我的小程序,它们默认禁用 NPAPI 而不是 Java 插件并且它们正确执行,尽管窗口顶部出现一些额外的警告消息说Java 插件将很快被禁用.

The fact is that I've tried to execute my Applets with chrome 43 and 44, which disable NPAPI by default but not the Java Plugin and they execute correctly, although some extra warning messages appear on the top of the window saying that the Java Plugin will be disabled soon.

问题 1:如果 Java 插件依赖 NPAPI,为什么我的小程序可以工作?我不明白.

Question 1: If Java Plugin relies on NPAPI, why are my applets working? I don't undertand it.

问题 2:Chrome 45 是否将不支持 Chrome 的 Java 插件,我的小程序能否在 Chrome 45 中运行?

Question 2: Is the Java Plugin for Chrome going to be unsupported in Chrome 45 and, are my Applets going to work in Chrome 45?

推荐答案

1) 很可能是您自己重新启用了 NPAPI 支持,或者您处于为您重新启用 NPAPI 支持的托管环境中.您可以检查 chrome://flags 以查看它是否已启用.

1) Most likely either you re-enabled NPAPI support yourself, or you are in a managed environment that re-enabled NPAPI support for you. You can check chrome://flags to see if it's enabled.

2) 不,一旦 NPAPI 支持被完全删除,您的小程序将无法在 Chrome 中运行(这就是您描述的信息栏存在的原因).

2) No, your applets won't work in Chrome once NPAPI support is completely removed (that's why the infobar you describe is there).

这篇关于我的 Java 小程序可以在 Chrome 45 上运行吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆