bug2 The method of type must override a superclass method解决方式(去掉@override可以)
Posted 千百度n
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bug2 The method of type must override a superclass method解决方式(去掉@override可以)相关的知识,希望对你有一定的参考价值。
@Override 时出错误:
解决办法是:
一、
因为你的Compiler 是jdk1.5,只要把它改为 1.6
方法:
1. window ->preferences... -> java -> Compiler
2. Compiler compliance level : 6.0
二、 把项目的JRE变成6.0的
项目右键->build path->configure build path->java Compiler(左边那排中) ->在右边的Compiler compliance level 修改版本为6.0
三。 并且检查类名上是否继承了父类
以上是关于bug2 The method of type must override a superclass method解决方式(去掉@override可以)的主要内容,如果未能解决你的问题,请参考以下文章
annotation:@Override出现The method of type must override asuperclass解决方案
Java重写父类使用@Override时出现The method destroy() of type xxx must override a superclass method的问题解决
Eclipse 报错The method xxx of type must override a superclass methodDescription Resource Path Locati
The hierarchy of the type is inconsistent错误问题