GWT 开发者插件不是 运行

GWT Developer Plugin is not running

我 运行 使用 Eclipse 作为示例项目的 Web 应用程序然后我打开 IDE (http://127.0.0.1:8888/StockWatcher.html?gwt.codesvr=127.0.0.1:9997) 和我的 Chrome 提供的 URL浏览器(版本:42)向我显示了一条消息:"Development Mode requires the GWT Developer Plug-in"。

我下载了插件并安装在我的浏览器上(我在 chrome://extensions/ 检查过)然后我重新启动浏览器并再次输入相同的 link 但是它仍然向我显示相同的消息。

怎么了?

由于 NPAPI 已弃用 (https://www.chromium.org/developers/npapi-deprecation),Chrome 不再支持 GWT 插件。

要调试您的应用程序,您需要执行以下操作之一:

  1. 在 Chrome

    中暂时启用 NPAPI

    chrome://flags/#enable-npapi

  2. 将Chrome降级到支持插件的版本

  3. 更新您的应用程序以使用 SuperDevMode - http://www.gwtproject.org/articles/superdevmode.html