The method xxx of type xxx must override a superclass method_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > The method xxx of type xxx must override a superclass method

The method xxx of type xxx must override a superclass method

 2014/6/3 16:10:03  longying2008  程序员俱乐部  我要评论(0)
  • 摘要:问题:Themethodxxxoftypexxxmustoverrideasuperclassmethod解决方法:一、因为你的Compiler是jdk1.5,只要把它改为1.6方法:1.window->preferences...->java->Compiler2.Compilercompliancelevel:1.6二、把项目的JRE变成6.0的项目右键->buildpath->configurebuildpath->javaCompiler(左边那排中
  • 标签:ide class

问题:The method xxx of type?xxx??must override a superclass method

解决方法

一、 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??

因为你的Compiler 是jdk1.5,只要把它改为 1.6

方法:?

1. window ->preferences... -> java -> Compiler

2. Compiler compliance level : 1.6

二、 把项目的JRE变成6.0的

项目右键->build path->configure build path->java Compiler(左边那排中) ->在右边的Compiler compliance level 修改版本为1.6 ? ? ?

发表评论
用户名: 匿名