Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open project from workspace in Eclipse?

Tags:

I imported an Eclipse project into workspace and after some time I deleted it in Eclipse (from project explorer but not from workspace). Now, I want to reopen it, or import it again, but I cannot import it because such a project already exists in the workspace and when I try to open it, in tab Project -> Open Project, it is disabled. Of course, I can delete the project from workspace and import it again, but this is not what I want. So the question is: how can I open the project, which is in Eclipse's workspace, but has been deleted from the Eclipse's project explorer?

check it out

like image 914
koleS Avatar asked Dec 25 '11 11:12

koleS


People also ask

How do I open all projects 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 .

Why project is not opening in Eclipse?

A more complex solution would be to try and rename an existing project in your current workspace. Check other causes in: "Some projects cannot be imported because they already exist in the workspace error in Eclipse" "Erased project from Project Explorer and cannot re-import it"


2 Answers

This is exactly what I just ran into. The 'Finish' button is greyed out, as is the check box and project name in the project window. If you try to check that check box the project will not be greyed now, but it won't check. Refresh does nothing.

The trick (or is it a bug) is to uncheck 'copy projects into workspace' hit the refresh button and it will now be checked and you can hit the finish button. Project will now once again be available in the Package Explorer. (I'm using Eclipse 3.8 and ADT 21.0.1)

like image 160
user1010160 Avatar answered Sep 22 '22 02:09

user1010160


These Steps You Have to Follow

  1. Click File menu
  2. In file menu click Import
  3. A window is open Now click General Folder
  4. Now click Existing project into workspace
  5. Then click the select from root directory
  6. Now import project which you want......
like image 37
Singhak Avatar answered Sep 23 '22 02:09

Singhak