GWT:运行开发模式代码服务器(来自Eclipse)

时间:2012-09-05 05:44:58

标签: gwt

我只是按照https://developers.google.com/web-toolkit/doc/2.1/tutorial/create

上的教程开始学习GWT

在该页面上,当我到达标题运行开发模式代码服务器(来自Eclipse)时,我复制了生成的URL http://127.0.0.1:8888/StockWatcher。 html?gwt.codesvr = 127.0.0.1:9997 到我的浏览器。

它最终超时,说页面没有加载...插件页面最初没有显示,所以我手动安装了插件......但它仍然超时......

在屏幕上,它说......

=============================================== ================================

重置了连接

 The site could be temporarily unavailable or too busy. Try again in a few moments.
 If you are unable to load any pages, check your computer's network connection.
 If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web

=============================================== ===============================

我是否缺少任何配置等?

非常感谢

1 个答案:

答案 0 :(得分:1)

看起来您的浏览器仍然缺少GWT开发人员插件。尝试使用其他浏览器(最好是Chrome)。您还可以在Eclipse中检查GWT的安装。查看Windows /首选项,在Google / WebToolkit下,您应该看到已检查的GWT SDK。您还可以在命令行上键入“netstat -na”时检查jetty服务器是否在端口8888上运行。