ASharma7
ASharma7

Reputation: 730

Java Compiler issue

I am facing this issue in my eclipse when I imported a project at one of the class. I have imported the same project in one of my colleague's Eclipse and it worked fine.

Following are the screenshots of error & Preferences Screenshot.

Please help me

Internal compiler error: java.lang.ClassFormatError: org/eclipse/jdt/internal/compiler/ast/TypeReference$AnnotationPosition at org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding.resolveTypesFor(SourceTypeBinding.java:1874)

enter image description here enter image description here

enter image description here

enter image description here

Upvotes: 2

Views: 880

Answers (1)

user1
user1

Reputation: 254

your .metadata is probably corrupted. try a new installation of eclipse, or follow this to restore a corrupt workspace

Upvotes: 1

Related Questions