Import Java project from GitHub to Eclipse

后端 未结 2 628
深忆病人
深忆病人 2021-01-24 23:25

I\'m trying to import a project on GitHub into eclipse because there are a few things I want to add to it. However whenever I add it I get a ton of errors and problems with it..

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-25 00:00

    That project is a maven project. A simple way is clone that project into your machine, and import it as a maven project, with File - Import - Maven - Existing Maven Project.

    Eclipse will help you resolve the pom file and configure project and download necessary libs.

提交回复
热议问题