无法安装GWT Developer Plugin

时间:2014-06-10 07:30:43

标签: java eclipse gwt

我开始学习GWT并在Eclipse中编写了一个示例应用程序。然后我说“在服务器上运行”。它给了我一个打开的URL,我在Chrome中打开了它。我看到一个提示,要求我安装GWT Developer插件并给我一个link。但我没有看到任何“安装”按钮。这是Google的一些残酷玩笑吗?我现在该怎么办?我该如何运行应用程序? Eclipse只给了我这个链接,这反过来给了我一个安装插件的提示,我不能。在Firefox上,它说版本29不受支持。到底是怎么回事?

enter image description here

2 个答案:

答案 0 :(得分:7)

GWT Developer Plugin与Firefox 27+不兼容。所以它根本不适用于你的FF 29。 The reason why it doesn't work anymore can be found in a post by Brian Slesinsky

您可以选择如何在将来工作:

  • 使用FF 26(这可能会导致潜在的安全问题)
  • Use FF ESR version(目前基于FF 24),通常由公司使用
  • Use Super Dev Mode
  • 将Dev Mode与其他支持的浏览器(例如Internet Explorer)配合使用,并仅使用应用程序的编译版本测试FF。

答案 1 :(得分:1)

试试Installing GWT Missing Plugin的此网址。

有关详细信息,请查看我的另一篇帖子GWT Developer plugin for Chrome and Internet Explorer


单击plugins for other systems以获取更多GWT Developer插件。

enter image description here

enter image description here