1

I downloaded hedgewars and proceeded to import the file to Eclipse. I went to File>Import || General>Existing Project from Workspace || and I set the root directory where the hedgewars folder was downloaded. It then gives me an error saying " No projects are found to import".

What am I doing wrong?

Blue
  • 137
  • 9
  • An 'Existing Project' means that there must be a `.project` file in the root directory. If there's not, then it's best to just import from the file system. – Brian Driscoll Apr 12 '12 at 14:36

2 Answers2

1

Check this: How to create a project from existing source in Eclipse and then find it? You may need to create a new project with existing sources if the project that you download don't have a project of eclipse inside

Community
  • 1
  • 1
msaglietto
  • 116
  • 1
-1

If there is pom file, you should be able to import via Existing Maven Projects