Cannot find "Package Explorer" view in Eclipse

JavaEclipse

Java Problem Overview


I opened a project in Eclipse, but found that I cannot switch to the package explorer by clicking Window->Show View. In the menu shown under Show View, I just could not find the item "Package Explorer". What could be the problem?

Java Solutions


Solution 1 - Java

Not all view are listed directly in every perspective ... choose:

Window->Show View->Other...->Java->Package Explorer

Solution 2 - Java

The simplest, and best long-term solution

>Go to the main menu on top of Eclipse and locate Window next to Run and expand it.

 Window->Reset Perspective... to restore all views to their defaults

It will reset the default setting.

Solution 3 - Java

Try Window > Open Perspective > Java Browsing or some other Java perspectives

Solution 4 - Java

For Eclipse version 4.3.0.v20130605-2000. You can use the Java (default) perspective. In this perspective, it provides the Package Explorer view.

To use the Java (default) perspective: Window -> Open Perspective -> Other... -> Java (default) -> Ok

If you already use the Java (default) perspective but accidentally close the Package Explorer view, you can open it by; Window -> Show View -> Package Explorer (Alt+Shift+Q,P)

If the Package Explorer still doesn't appear in the Java (default) perspective, I suggest you to right-click on the Java (default) perspective button that is located in the top-right of the Eclipse IDE and then select Reset. The Java (default) perspective will show the Package Explorer view, Code pane, Outline view, Problems, JavaDoc and Declaration View.

Solution 5 - Java

Try this

Window > Show View > Package Explorer

it will display the hidden 'Package Explorer' on your eclipse IDE.

• 'Window' is in your Eclipse' menubar.

Solution 6 - Java

You might be in debug mode. If this is the problem, you can simply click on the "Java" button (next to the "Debug" button) in the upper-right hand corner, or click on "Open Perspective" and then select "Java (default)" from the "Open Perspective" window.

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
Questionbit-questionView Question on Stackoverflow
Solution 1 - JavaArne DeutschView Answer on Stackoverflow
Solution 2 - JavaZar E AhmerView Answer on Stackoverflow
Solution 3 - JavaanonView Answer on Stackoverflow
Solution 4 - Javauser2342262View Answer on Stackoverflow
Solution 5 - JavaPartha PaulView Answer on Stackoverflow
Solution 6 - JavaAGéoCoderView Answer on Stackoverflow