0

I have cloned a repository from github in eclipse.For this I used EGIT plugin. But the syntax checker functionality is not working in the GIT perspective . I imported the project from GIT perspective to JAVA perspective also, but same results.

Please help in this issue.

Aviral Kumar
  • 814
  • 1
  • 15
  • 40

1 Answers1

0

Check the .project of the Eclipse project you just cloned.

If is possible it misses a java nature which would make Eclipse interpret it correctly (especially regarding syntax checking)

See "How to change an Eclipse default project into a Java project": you can modify manually the .project and .classpath to add the missing elements.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250