Reputation: 27285
I just downloaded a Google App Engine sample Java project. I am trying to import it into eclipse. If I chose file/import/existing projects into workspace, and navigate to the appropriate directory, it doesn't find any projects. I'm speculating this means that dotmatrix is not an Eclipse project. How can I import it?
Thanks.
Upvotes: 3
Views: 7935
Reputation: 14505
Project you are trying to import doesn't seem like Eclipse Project. You can still use this project in Eclipse as Java project by following these steps:
Note: You may need to configure source folders, library and other build paths to complete setup.
Upvotes: 2