Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import java project into eclipse

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.

like image 913
William Jockusch Avatar asked Apr 01 '26 02:04

William Jockusch


1 Answers

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.

like image 115
YoK Avatar answered Apr 03 '26 16:04

YoK



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!