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




你可能感兴趣的:(java)