Import java project in eclipse

I just downloaded the sample Google App Engine Java project. I am trying to import it into eclipse. If I select the file / import / existing projects in the workspace and go to the corresponding directory, it will not find any projects. I assume this means dotmatrix is ​​not an Eclipse project. How to import it?

Thank.

+3
source share
1 answer

The project you are trying to import is not like the Eclipse project. You can use this project in Eclipse as a Java project by following these steps:

  • Open the Java perspective in Eclipse.
  • " → Java".
  • " ".
  • "".

. , .

+2

Source: https://habr.com/ru/post/1761144/


All Articles