@Override must Override a superclass method for problem solving

Source: Internet
Author: User

1.Java Development environment

If you are using eclipse to develop a Java project, the following error occurs when you use the @Override:

The method * * * of type * * * must override a superclass method

Mainly because your compiler is JDK5, (5 does not support @override and other forms of annotations) just change it to 6.

Method: Change the compiler compliance level in Window->preferences->java-compiler to 6.0.

2.java Development environment

Sometimes after importing from an existing Android project into Eclipse, the compilation will report the error.

At this point, you need to right-click on the project,->properties->java Compiler (left panel)->compiler compliance level to the corresponding version, such as 1.6 (if 1.7 compile error).

@Override must Override a superclass method for problem solving

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.