使用Eclipse安装GWT插件

eps*_*nes 14 eclipse gwt

我正在尝试使用GWT,我对它很新.在doc之后,我尝试为Eclipse安装GWT插件,但后来我收到一条错误消息:

Cannot complete the install because one or more required items could not be found.
  Software being installed: Google Plugin for Eclipse 3.7 3.0.1.v201206290132-rel-r37
  (com.google.gdt.eclipse.suite.e37.feature.feature.group 3.0.1.v201206290132-rel-r37)
 Missing requirement: Google Plugin for Eclipse 3.7 3.0.1.v201206290132-rel-r37
  (com.google.gdt.eclipse.suite.e37.feature.feature.group 3.0.1.v201206290132-rel-r37)
  requires 'org.mortbay.jetty.server 0.0.0' but it could not be found"
Run Code Online (Sandbox Code Playgroud)

我试图找到org.mortbay.jetty.server可以解决的问题,但我没有找到.有人知道吗?

小智 32

这是因为您尝试使用最新的Juno版本4.2,带有3.7的插件链接.

使用以下更新站点:http://dl.google.com/eclipse/plugin/4.2

一切都应该现在正常.