The project was not built since its build path is incomplete

前端 未结 18 1378
一向
一向 2020-12-04 15:29

Every time I try to import a project downloaded from googlecode into Eclipse but I get some errors:

The project was not built since its build

18条回答
  •  情书的邮戳
    2020-12-04 15:56

    I encountered with the similar problem..... Make sure that

    1. You create your project within your workspace. If your project is not in the default workspace where .metadata folder within which other plugin folders, and etc. will be present, then it will ask you to configure build path as the project is not build because of incomplete build path.

    If the first step is clear, then go for this.....

    1. Right click on your project -> build path -> configure build path -> libraries -> Add libraries -> JRE system libraries -> Apply and close.

提交回复
热议问题