Java 无法安装 GWT 开发人员插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24135296/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Unable to install GWT Developer Plugin
提问by pratnala
I started learning GWT and wrote a sample app in Eclipse. I then said "Run on server". It gave me a URL to open and I opened that in Chrome. I saw a prompt asking me to install the GWT Developer Plugin and gave me a link. But I don't see any button to "Install". Is this some cruel joke from Google? What am I supposed to do now? How do I run the app? Eclipse only gives me this link which in turn gives me a prompt to install the plugin which I can't. On Firefox, it says version 29 not supported. What the hell is going on?
我开始学习 GWT 并在 Eclipse 中编写了一个示例应用程序。然后我说“在服务器上运行”。它给了我一个打开的 URL,我在 Chrome 中打开了它。我看到一个提示,要求我安装 GWT Developer Plugin 并给了我一个链接。但我没有看到任何“安装”按钮。这是来自谷歌的残酷笑话吗?我现在该怎么办?如何运行应用程序?Eclipse 只给我这个链接,这反过来又给我提示安装我不能安装的插件。在 Firefox 上,它说不支持版本 29。这到底是怎么回事?
采纳答案by Steffen Sch?fer
GWT Developer Plugin isn't compatible to Firefox 27+. So it simply doesn't work with your FF 29. The reason why it doesn't work anymore can be found in a post by Brian Slesinsky.
GWT 开发人员插件与 Firefox 27+ 不兼容。所以它根本不适用于您的 FF 29。 它不再适用的原因可以在 Brian Slesinsky 的帖子中找到。
You have several options of how to work in the future:
您有几种未来工作方式的选择:
- Use FF 26 (this can cause potential security problems)
- Use FF ESR version(currently based on FF 24) that is typically used by Companies
- Use Super Dev Mode
- Use Dev Mode with another supported browser (e.g. Internet Explorer) and test FF with a compiled version of your application only.
- 使用 FF 26(这可能会导致潜在的安全问题)
- 使用公司通常使用的 FF ESR 版本(当前基于 FF 24)
- 使用超级开发模式
- 将开发模式与另一个受支持的浏览器(例如 Internet Explorer)一起使用,并仅使用您的应用程序的编译版本测试 FF。
回答by Braj
Try this URL for Installing GWT Missing Plugin.
试试这个 URL 来安装 GWT Missing Plugin。
For more info have a look at my another post GWT Developer plugin for Chrome and Internet Explorer
有关更多信息,请查看我的另一篇文章GWT Developer plugin for Chrome 和 Internet Explorer
Click on plugins for other systems
to get more GWT Developer plugins.
单击plugins for other systems
以获取更多 GWT 开发人员插件。