Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening an Eclipse project already in my workspace

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

like image 733
Casebash Avatar asked Jul 30 '10 00:07

Casebash


People also ask

How do I open an already imported project in Spring Tool Suite?

You need to use "File"->"Import"->"General"->"Import Existing Project" to be able to use your existing project.

How do I switch between workspaces in Eclipse?

In Eclipse , go to File -> Switch Workspace , choose or create a new workspace.


1 Answers

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.

you have to uncheck 'Copy projects into workspace' if the project is already in the workspace

like image 142
houman001 Avatar answered Sep 22 '22 14:09

houman001