How to import a GIT non-Eclipse Java project into Eclipse?

后端 未结 6 467
一生所求
一生所求 2020-12-02 06:54

I have some problems importing a Java project into my workspace. I am following this tutorial - however I can not use the final Import existing projects ste

6条回答
  •  暖寄归人
    2020-12-02 07:00

    Create a new project in eclipse and just point the source directory at the existing sources, rather than the default path.

提交回复
热议问题