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




發佈了34 篇原創文章 · 獲贊 45 · 訪問量 22萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章