Write an implementation of the interface class, in front of the method added @override actually error

Source: Internet
Author: User

It is said that this is the JDK problem, @Override is JDK5 already have, but there is a small bug, is not support the implementation of the interface, think this is not an override and JDK6 fixed the bug, @override can be added either to the method overrides of the parent class or to the implementation of the interface.
First make sure you have JDK 1.6 installed,
Then, modify the configuration in Eclipse, select 1.6 in the Windows->preferences-->java->compiler-->compiler compliance level,
, refresh the project, and recompile.
If still not, in the error project, the right mouse button select Properties-->java Compiler-->compiler compliance Level Select 1.6, refresh the project, recompile.

Write an implementation of the interface class, in front of the method added @override actually error

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.