`
bitzsk
  • 浏览: 2265 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

Implicit super constructor Object() is undefined

阅读更多

jre没有配置正确,解决方法如下:

This problem occurs if your built path is not configured properly in eclipse.

In eclipse to remove this error right click on your project -> Build Path -> Configure Build Path -> Libraries tag -> Add Library -> JRE System Library -> Select Alternate JRE -> select jre that is installed in your system -> Finish

The error was because you did not include default System libraries for your java projects and your class was not able to find Object() constructor which is call first before memory creation of your class

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics