How do I get rid of this unwanted bar from Eclipse?

EclipseBreadcrumbs

Eclipse Problem Overview


When coding in Eclipse(Indigo), I accidentally hit a combination of keys which made this bar appear when I was doing some shortcuts. This question has probably being answered before but since I don't know the exact name of the bar googling the problem has being fruitless. I've spent two hours trying to fix it. So anyone know how to get rid of this bar in the image below?

Problem

Eclipse Solutions


Solution 1 - Eclipse

The bar you are talking about is the breadcrumbs.

To remove it, look at your toolbar which should more or less look like this: enter image description here

Then, click that button that is on the very far right. It looks like a little C with a green circle, a black triangle, and some small blue thing in the back. Find that button on your eclipse toolbar and click it to show/hide breadcrumbs.

If you don't see it, let me know, and I can try to figure out which toolbar it is a part of.

Solution 2 - Eclipse

Using the Scala View, I neither had the icon mentioned in the accepted answer nor did Alt+Shift+B work.

What did work for me: Right click in the unwanted breadcrumb bar and click Hide Breadcrumb.

Solution 3 - Eclipse

When you right-click the breadcrumb bar, you need to right-click one of the words. Just clicking the bar does not work

Solution 4 - Eclipse

right click on the breadcrum and click hide beadcrumb option.

Solution 5 - Eclipse

just click the button next new class button and problem solved. And If you want breadcrumb just hit alt+shift+B. hit the link for image

Solution 6 - Eclipse

Adding on to the other answers, the "toggle breadcrumb" button may be in an alternate location on the toolbar as in this image:

Alternate toolbar

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBobMcbobersonView Question on Stackoverflow
Solution 1 - EclipseedthethirdView Answer on Stackoverflow
Solution 2 - Eclipsebluenote10View Answer on Stackoverflow
Solution 3 - EclipseCarson GrahamView Answer on Stackoverflow
Solution 4 - EclipsePramod KishoreView Answer on Stackoverflow
Solution 5 - EclipseShivam KashyapView Answer on Stackoverflow
Solution 6 - EclipseAlexander WuView Answer on Stackoverflow