`
退役的龙弟弟
  • 浏览: 446874 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

myeclipse 出现 The method of type must override a superclass method解决方式

 
阅读更多

转自:http://lovelydd.blog.51cto.com/3759643/927419

 

今天做struts2上传文件的时候出现了这个问题:

The method execute() of type UploadAction must override or implement a supertype method


@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                                                                                                                                     

三。 并且检查类名上是否继承了ActionSupport  

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics