implicit super constructor object() is undefined. must explicitly invoke another constructor

前端 未结 4 2095
温柔的废话
温柔的废话 2020-12-13 06:39

Is this a new bug? I got a new mac computer and install eclipse on it. The checksum matches fine. But when I try to create a simple class, just for basic testing, I get the

4条回答
  •  死守一世寂寞
    2020-12-13 06:46

    This is a typical issue with JRE configuration in the java web project. Right-click on your project select "Build Path" and "Configure Build path". In the "Libraries" tab double click on "JRE System Libraries" and select workspace Default workspace. If you do not have one installed, please install it and follow the above process.

提交回复
热议问题