Multiple markers at this line
- Implicit super constructor Object() is undefined for default constructor. Must
define an explicit constructor
- The hierarchy of the type FirstController is inconsistent

Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor
解 决方案:把java的类库加载进去,在工程上右键选择属性->Java Build Path的Libraries->Add Library选择JRE System Library->点击Next->选择Execution environment并选择版本或workspace default jre->点击Finish。
Multiple markers at this line - Implicit super constructor Object() is undefined for default constr

相关文章:

  • 2021-07-13
  • 2021-08-02
  • 2022-12-23
  • 2021-11-19
  • 2021-09-15
  • 2021-06-15
  • 2021-10-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2021-04-14
  • 2022-12-23
相关资源
相似解决方案