No response in Eclipse: File ->Import->Existing Projects into Workspace
Posted
by Hula
on Stack Overflow
See other posts from Stack Overflow
or by Hula
Published on 2009-04-16T14:24:27Z
Indexed on
2010/05/27
16:11 UTC
Read the original article
Hit count: 166
I'm trying to import one of the GWT samples into Eclipse by following the instructions below. But when I browse to the directory containing the "Hello" sample and uncheck "Copy projects into workspace", the Finish button is grayed out, preventing me from completing the import. Any ideas why?
-- 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.
© Stack Overflow or respective owner