How to show the Project Explorer window in Eclipse?

Eclipse

Eclipse Problem Overview


Suddenly my project explorer window has disappeared from Eclipse. I try selecting Windows > Show View > Project Explorer, but nothing happens. What can I do?

Eclipse Solutions


Solution 1 - Eclipse

try window->Reset prespective. remember your own settings will be resetted if any.

Solution 2 - Eclipse

Try to close Eclipse IDE and reopen it and

click on window->show view->project explorer

Solution 3 - Eclipse

For me it was like this...

Window->Show View->Other->General->Project Explorer

Or

Window->Open Perspective->Other->Java (default)

Solution 4 - Eclipse

Open Eclipse IDE E Enter "Project Explorer" on Quick Access (Search text box). Either select from drop-down or press Enter

Solution 5 - Eclipse

  1. > Window -> Perspective -> Reset
  2. > Reset the IDE
  3. > Window -> Show View -> Project Explorer

enter image description here

Solution 6 - Eclipse

Select Window->Show View, if it is not shown there then select other. Under General you can see Project Explorer.

Solution 7 - Eclipse

If none of the above solutions work, Try Window-> New Window

Solution 8 - Eclipse

I had encountered the same problem as well. The following solution helped me to get over it:

Window -> Show View -> Package Explorer.

You can use the shortcut as well. It's Alt + Shift + Q, P

Solution 9 - Eclipse

Using the latest Luna upgrade. The only solution that worked was Window >> New Window. It's very easy to lose that critical bar.

Solution 10 - Eclipse

If you are on either Eclipse or Spring tool suite then follow the below steps.

(1) Go to 'Window' on the top of the editor. Click on it
(2) Select show view. You should see an option 'Project Explorer'. Click on it.
You should be able to do it.

enter image description here

Solution 11 - Eclipse

Close the current perspective:
Close the current perspective

Reopen it using Window -> Open perspective.

Solution 12 - Eclipse

i had also encountered this issue. . This Solution worked for me....

windows->navigation->maximize active View or Editor(ctrl + M) . in the screen you can see on left side navigation menus ... now click on those buttons one by one ....you will get your solution...

Solution 13 - Eclipse

Try changing the perspective to JavaEE and then check.

Solution 14 - Eclipse

Not sure if this is problem but, this ticked me off for a while since I did not realize what was happening at first - maybe this will help others.

Its not really a problem, just the way Eclipse works. (I'm use to Visual studio) Its all about Perspectives!

I set up an (existing) PHP project in eclipse(neon) and then tried to configure and run debug. A Popup "Confirm Perspective Switch" is shown - I selected "Yes", not realizing what it actually does. The "perspective" then changes and you no longer see the project explorer anywhere. You cant "open" the project explorer window from top nav > window > show view, since its no longer there (which is BS, it should show something that gives you indication of current and other "perspectives" - at least for newbie.) No where now does it give project explore options.

Now you must change the "perspective" back from debug to PHP (at least in in my case).

This can be done a couple ways, easiest is from the icons on right top right side side. One icon would be the "bug", and next to it is the PHP icon. Just click the icon "perspective" you want. The other way is from top nav bar > window > Perspective > open Perspective, then select PHP. Could they hide this any deeper?

I know this is likely second nature to those who have used eclipse for a while, but was frustrating to me (on day one) till I figured out what was going on.

Solution 15 - Eclipse

  1. Please Select window in tool bar
  2. Move to show view
  3. Select project explorer

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
QuestionGVillani82View Question on Stackoverflow
Solution 1 - EclipsetolgayilmazView Answer on Stackoverflow
Solution 2 - EclipseMurali NView Answer on Stackoverflow
Solution 3 - EclipseSean RogersView Answer on Stackoverflow
Solution 4 - EclipseShivendra PandeyView Answer on Stackoverflow
Solution 5 - EclipseHosein AqajaniView Answer on Stackoverflow
Solution 6 - EclipsejeswinView Answer on Stackoverflow
Solution 7 - Eclipsepraveena_kdView Answer on Stackoverflow
Solution 8 - EclipsesoumyaView Answer on Stackoverflow
Solution 9 - EclipsegdwittView Answer on Stackoverflow
Solution 10 - EclipseVIJAYKUMAR REDDY ALAVALAView Answer on Stackoverflow
Solution 11 - EclipsewbibileView Answer on Stackoverflow
Solution 12 - EclipseSanni HeruwalaView Answer on Stackoverflow
Solution 13 - EclipsecrackerplaceView Answer on Stackoverflow
Solution 14 - EclipseTom AView Answer on Stackoverflow
Solution 15 - EclipsesushmaView Answer on Stackoverflow