Reputation: 5417
I'm trying to use Eclipse for my Computer Science class, except the bar on the left is missing. Does anyone know the fix?
Upvotes: 10
Views: 93359
Reputation: 1
If this happened in STM32 IDE (based on eclipse) I use:Window->Perspective->Reset Perspective enter image description here
Upvotes: 0
Reputation: 2760
I guess the bar on the left which OP is searching for is Package Explorer.
And it can be found at
Windows
> Show View
> Package Explorer
Refer the image below.
Upvotes: 4
Reputation: 11
It is known as Navigator, You can find it in Window -> Show View -> Navigator.
Upvotes: 0
Reputation: 21
You might be in the Debug option. Click on Java instead. It is on the top right. If you reset Perspective, it won't show you the Navigator.
Upvotes: 2
Reputation: 6329
Do you mean the package explorer ? You can toggle it here
Upvotes: 36
Reputation: 716
If you're missing the Package Explorer, just go to "Window" -> "Show View" and click "Package Explorer"
Upvotes: 0
Reputation: 2390
Try going Window > Reset Perspective to go to the default view which should contain the project explorer
Upvotes: 14
Reputation: 36
are you referring to the package explorer view?
Window -> show view -> package explorer
Upvotes: 0
Reputation: 685
In menu bar, you can select "Window" -> "Show View", and then select "Project Explorer" (or other components you want to open).
Upvotes: 8