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

后端 未结 6 474
一生所求
一生所求 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 06:56

    Steps:

    1. Import project as a normal git project
    2. Right click on the project and select Configure -> Convert to Faceted From
    3. Now Select Faceted whichever you want to choose for simple java project just select Java from the Check box List
    4. you can add more configurations based on your requirement under runtime tab on left and under "Further configuration available.." link below the pane. you can skip this step if no additional configuration required and you just need a simple java project.
    5. click on apply and then apply and close.

    It will convert your simple git project to simple java project of Eclipse.

    -- Happy coding :)

提交回复
热议问题