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
2010-07-30 00:31:50
Wow, this works when the project is already in the workspace
Casebash
2010-07-30 00:56:41