Eclipse IDE sidebar (navigation) missing

I am trying to use Eclipse for my Computer Science class, except for the line to the left. Does anyone know what to fix?

+4
source share
6 answers

Do you mean packet explorer? You can switch it here enter image description here

+16
source

Try Window> Reset Perspective to go to the default view that the project explorer should contain.

+11
source

In the menu bar, you can choose Window → Show View, and then select Project Explorer (or other components that you want to open).

+5
source

You may also be in the Debug option. Instead, click on Java. They are located on the top right. If you reset Vista, it will not show you the navigator.

+2
source

Are you referring to the package explorer view?

Window → show view → explorer

0
source

If you are missing the Package Explorer, just go to Window → Show View and click on Package Explorer

0
source

Source: https://habr.com/ru/post/1500416/


All Articles