3

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.

asked Aug 23, 2010 at 16:13
2

1 Answer 1

2

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:

  • Open Java Perspective in Eclipse.
  • Right Click in Package explorer pane and select New>> Java Project.
  • Give appropriate name to your Project and click the option that says "Create project from existing sources."
  • Select root dir of project downloaded and click finish.

Note: You may need to configure source folders, library and other build paths to complete setup.

answered Aug 23, 2010 at 16:34
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.