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
  • 860
  • 1
  • 14
  • 38

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,129,465
  • 480
  • 4,036
  • 4,755