I have set my Eclipse project's Compiler compliance level to 1.6

But I get errors like in the screenshot below: Syntax error, annotations are only available if source level is 1.5.

I have refreshed/cleaned/restarted Eclipse at least 10 times.
It compiles fine with Maven2. The Eclipse project has been generated by Maven2.
The project uses java-6-openjdk

enter image description here

link|improve this question

Which version of Eclipse? By "cleaning" do you mean blowing away the project file? What about metadata? are you sure the error description is the one for the enum? Something may be out-of-sync, because there aren't any annotations there. – Dave Newton Dec 22 '11 at 2:23
@DaveNewton: Eclipse Helios-SR2. By cleaning, I meant "Project>Clean". The error for the enum is Syntax error on token "enum", interface expected, in the screenshot I scrolled to show another error that I thought would be more interesting. The annotation is actually in another class. – Nicolas Raoul Dec 22 '11 at 2:35
feedback

1 Answer

up vote 0 down vote accepted

Deleting the Eclipse project and re-importing it solved the problem.

link|improve this answer
Can you either accept this answer, or delete the question please? Since you solved it yourself. – Matthew Farwell Dec 22 '11 at 6:18
@MatthewFarwell it says "You can accept your own answer in 2 days" – Nicolas Raoul Dec 22 '11 at 6:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.