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.
Asked
Active
Viewed 1,521 times
3
-
1See http://stackoverflow.com/q/7822152/1700321. – Aleksandr M Sep 23 '13 at 11:24
4 Answers
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:
- Check project properties
- Check build path and check everything is OK
- Try to change builder (move from java builder to maven builder or vice-versa)
- Refresh navigator
- 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