Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: how to show the Markers tab in the bottom pane

Tags:

java

eclipse

Out of box, Eclipse has a few tabs such as Properties, Search, and Console in its bottom pane when it is in edit mode.

A while ago, by accident I closed a tab called "Markers" (I hope my memory serves me right). In this tab, I can see Java compilation errors.

How can I show the Markers tab in the bottom pane?

Thanks and regards.

Edit: I am using version Luna 4.4.1.

like image 814
curious1 Avatar asked Feb 10 '23 16:02

curious1


2 Answers

Markers is a part of General view folder. You can show it up from "Window>Show View>Other". You will find Markers either by expanding 'General' or by searching for it.

like image 189
beingKrishna Avatar answered Feb 15 '23 10:02

beingKrishna


It's called the Problems view even though what it shows is Markers.

Windows menu > Show View > Problems View

If the Problems view is not listed there just select Other then search for "Problem".

like image 38
Alex Fitzpatrick Avatar answered Feb 15 '23 11:02

Alex Fitzpatrick