java – Eclipse中没有响应:文件 – >导入 – >现有项目到工作区

我正在尝试按照以下说明将其中一个GWT示例导入
Eclipse.但是当我浏览到包含“Hello”示例的目录并取消选中“将项目复制到工作空间”时,“完成”按钮显示为灰色,导致我无法完成导入.有什么想法吗?

— Option A: Import your project into Eclipse (recommended) —

If you use Eclipse, you can simply
import the generated project into
Eclipse. We’ve tested against Eclipse
3.3 and 3.4. Later versions will likely also work, earlier versions may
not.

In Eclipse, go to the File menu and
choose:

File -> Import… -> Existing
Projects into Workspace

Browse to the directory containing
this file, select “Hello”.
Be sure to uncheck “Copy projects into workspace” if it is checked.
Click Finish.

最佳答案 我有同样的问题,但发现
this

I just tried this on Eclipse 3.4 1)
Create a project named “Showcase”
file > new > project

2) Import the Showcase files
right-click on the project name

Import
File System
From Directory (browse to your eclipse samples installation)
Showcase (select the directory in the left panel)
Into folder (Showcase should be the default value)

  
  这会将源导入您的
  工作区.使用build.xml构建
  项目.构建将失败
  gwt-servlet.jar是共享的
  没有带来的目录
  通过这种方法进入项目.

点赞