本文主要是介绍The method xxxx of type xxxx must override a superclass method 解决方式,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
使用eclipse/myeclipse 时可能会出现@override 报错的问题
The method xxxx of type xxxx must override a superclass method
解决方法一: 修改eclipse的 Compiler level
window ---> preferences-->java -->Compiler
把Compiler compliance level 修改为1.6
解决方法二:修改项目的 Compiler level
鼠标右键项目-->properties-->java Compiler
把Compiler compliance level 修改为1.6
这篇关于The method xxxx of type xxxx must override a superclass method 解决方式的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!