✎
编程开发网
首页
C语言
C++
面试
Linux
函数
Windows
数据库
下载
搜索
当前位置:
首页
->
AI编程基础
->
JAVA
The method of type must override a superclass method 解决方式
2014-11-24 11:30:24
·
作者:
·
浏览:
4
标签:
The
method
type
must
override
superclass
解决
方式
1、今天在更新代码的时候哦
显示这个问题 ,后来一google下,原来是 我的MyEclipse是 编译是5.0修改下为6.0 就ok了
2、 把项目的JRE变成6.0的
项目右键->build path->configure build path->java Compiler(左边那排中) ->在右边的Compiler compliance level 修改版本为