Link to home
Start Free TrialLog in
Avatar of stena_20
stena_20

asked on

Eclipse 3.2 not showing errors in Java file

I am using Eclipse 3.2 but it is not marking any errors in red in the Java source file. Only the project folder has a red cross on it showing that there are errors in it. How can I enable error highlighting in Eclipse 3.2?
ASKER CERTIFIED SOLUTION
Avatar of thomas908
thomas908

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sciuriware
sciuriware

You can adjust the messaging of errors in Window->Preferences->Java->Compiler->Errors/Warnings.
Don't "ignore" too much in there.

;JOOP!
Avatar of krishna kishore mellacheruvu venkata
Do this:
1) if the pane Problems is not shown:  Window->Show View->Problems.
2) in Problems, enlarge the pane to maximum size, then double click the errors
shown, those will jump to the editor with those sources.
melchkishore, WHY DID YOU COPY MY ANSWER ???

;JOOP!