3

I am using eclipse kepler. In that for any syntax error in file it won't show me error mark in Navigator view. Is there any settings which I need to change specific to eclipse kepler? Note: For same project it works in eclipse helios.

Meet
  • 242
  • 1
  • 4
  • 13

4 Answers4

1

Navigator view is no longer supported in eclipse so no bugs are fixed for it in all releases starging from Indigo

kachanov
  • 2,696
  • 2
  • 21
  • 16
  • This was the case raised for eclipse Indigo but resolved as won't fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=364660 – Meet Nov 16 '14 at 18:36
0

Do the following:

  1. Check project properties
  2. Check build path and check everything is OK
  3. Try to change builder (move from java builder to maven builder or vice-versa)
  4. Refresh navigator
  5. Try to remove some semicolons, save and then put it again

Often it works for me ...

Farzad Fallah
  • 591
  • 4
  • 9
jdev
  • 5,304
  • 1
  • 17
  • 20
0

try to delete this folder: [your worskpace].metadata.plugins\org.eclipse.e4.workbench It'll work

H1ugo
  • 1
-3

1,project -->> clean;

2,project -->>build automatically select

3,If the above two programs can not solve your problem, please go to the official website to download an Eclipse version

sunysen
  • 2,265
  • 1
  • 12
  • 13