@Override must override a superclass method problem solving

@Override must override a superclass method problem solving

 

If you use Eclipse to develop a Java project, the following error occurs when using @Override:
The method *** of type *** must override a superclass method

is mainly because your Compiler is jdk5, (5 does not support @Override and other forms Comment) Just change it to 6 and you're done.
Method: Change the Compiler compliance level in window->preferences->java-compiler to 6.0.    

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326617610&siteId=291194637