The project was not built since its build path is incomplete

前端 未结 18 1372
一向
一向 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:55

    Right click on project -> Properties -> Java Build Path (From Left List) -> Libraries (Tab) -> Add Library (Button on right) -> JRE System Library -> Next -> Workspace default JRE -> Finish

    This should solve at least one of your errors. Any others might require you to add further libraries.

    Hope this helps.

提交回复
热议问题