vdogsandman
vdogsandman

Reputation: 5417

Eclipse IDE Sidebar (navigation) missing

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

Answers (9)

GerwazyMucha
GerwazyMucha

Reputation: 1

If this happened in STM32 IDE (based on eclipse) I use:Window->Perspective->Reset Perspective enter image description here

Upvotes: 0

Prateek Gupta
Prateek Gupta

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

ROHIT KANDIMALLA
ROHIT KANDIMALLA

Reputation: 11

It is known as Navigator, You can find it in Window -> Show View -> Navigator.

Upvotes: 0

Swojit
Swojit

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

Laurent Jalbert Simard
Laurent Jalbert Simard

Reputation: 6329

Do you mean the package explorer ? You can toggle it here enter image description here

Upvotes: 36

user1259201
user1259201

Reputation: 716

If you're missing the Package Explorer, just go to "Window" -> "Show View" and click "Package Explorer"

Upvotes: 0

Sean F
Sean F

Reputation: 2390

Try going Window > Reset Perspective to go to the default view which should contain the project explorer

Upvotes: 14

kks
kks

Reputation: 36

are you referring to the package explorer view?

Window -> show view -> package explorer

Upvotes: 0

Chao Sun
Chao Sun

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

Related Questions