I have some problems importing a Java project into my workspace. I follow this tutorial - however, I cannot use the last step of Importing existing projects because I use the GIT repository, which I do not use Eclipse for specific .project and .classpath files.
Use the project wizard
Therefore, the project is not recognized as a project and, therefore, cannot be imported. So I tried my luck using the Use Project Creation Wizard option and select “Java Project” in the next dialog box. The problem is that this creates a new Java project without any content! The project is also not connected to the GIT repository.
Edit: this is a known eGIT error: Error 324145 - Importing a project does not work for certain types of projects - if you want this problem to fix a vote for it ...
Import as a common project
If I use Import as a general project , Eclipse always wants to use the external repository directory as the project directory, which is not what I want, and in addition, the created project does not support Java.
So I ask, why is it so difficult to import a Java project into Eclipse using eGIT?
java git eclipse import egit
Robert Nov 09 '11 at 18:52 2011-11-09 18:52
source share