The project was not built since its build path is incomplete

前端 未结 18 1371
一向
一向 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

    Goto eclipse → Preferences → Java → Build path.

    Do you see a JRE_LIB configured there? If not, add JRE_LIB from JDK/jre lib location. These can be overridden per project. It seems your eclipse isn't aware of Java libraries.

提交回复
热议问题