Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open existing project in Eclipse

People also ask

How do I open an already opened project in Eclipse?

In Eclipse, try Project > Open Project and select the projects to be opened. Show activity on this post. In case you closed multiple projects and trying to re-open all of them then in Project Explorer , select all projects. Go to Project -> Open Project .

How do I access projects in Eclipse?

To view the project explorer, click on Window menu then, click on Show View and select Project Explorer. There is simpler way to open project explorer, when you are in the editor press alt + shift + w and select project explorer.

How do I open an existing Java project?

Simple, you just open klik file -> import -> General -> existing project into workspace -> browse file in your directory.


Try File > New > Project... > Android Project From Existing Code. Don't copy your project from pc into workspace, copy it elsewhere and let the eclipse copy it into workspace by menu commands above and checking copy in existing workspace.


It's the "Import existing project into workspace" option under Import->General.

See: http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-importproject.htm


Window->Show View->Navigator, should pop up the navigator panel on the left hand side, showing the projects list.

It's probably already open in the workspace, but you may have closed the navigator panel, so it looks like you don't have the project open.

Eclipse using ADT Build v22.0.0-675183 on Linux.


File > Import > General > Existing Projects into workspace. Select the root folder that has your project(s). It lists all the projects available in the selected folder. Select the ones you would like to import and click Finish. This should work just fine.