Why doesn't Eclipse open projects?

I am running Helios SR2 and trying to open some old Eclipse-based projects that I pulled from the repository. Unfortunately, it does not recognize .project files. I am stuck using Eclipse as just a fancy text editor and compiling from the command line, which is very annoying. :-) Any thoughts on how to fix this?

Or, even better, any way to automate the transfer of Eclipse projects to Netbeans (all of our new stuff is in Netbeans, and it would be nice to standardize on one platform)?

+7
source share
1 answer

Try importing projects. File → Import → General Information; Existing projects in the workspace.

+12
source

All Articles