Cannot find the class file for java.lang.Object

前端 未结 9 1497
醉梦人生
醉梦人生 2021-02-12 16:31

I reinstalled my eclipse. and then imported all the projects in the Eclipse, but every project has a common error:

Cannot find the class file for java.lang.Object.

9条回答
  •  温柔的废话
    2021-02-12 17:10

    Try this:

    Go to Build Path -> Libraries -> Add Library -> JRE System Library -> Select JRE

    I am not sure but you might be missing JRE System Library in your project, this does not happen often but it is possible.

提交回复
热议问题