views:

21

answers:

1

If I have an Eclipse project already in my workspace (say downloaded from version control), how can I open it in Eclipse?

+2  A: 

It is kind of funny/misleading, but Eclipse doesn't provide an "Open" command. You need to use "File"->"Import"->"General"->"Import Existing Project" to be able to use your existing project.

houman001
Wow, this works when the project is already in the workspace
Casebash