"Open Project" button in Eclipse is disabled

Viewed 22010

I have just downloaded Eclipse, started it and found that "Open Project" button is disabled. So how do I open my project =) ?

3 Answers

The Reason is that if anyone is using the IDE for the first time the option of "open Project" is unavailable ,thus one may have to migrate to file->import->general->Existing Projects into Work space.That's it and browse up to that location as well select the type of project that means if you have unzipped type of files then select "select Root directory" option and if you have a zip version of it then select "select archive file" option.

Related