如何在 Eclipse 中显示项目资源管理器窗口

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/13623015/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 21:27:16  来源:igfitidea点击:

How to show the Project Explorer window in Eclipse

eclipse

提问by GVillani82

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 中消失了。我尝试选择 Windows > Show View > Project Explorer,但没有任何反应。我能做什么?

回答by tolgayilmaz

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

尝试窗口->重置预设。请记住,如果有,您自己的设置将被重置。

回答by Murali Prasanth

Try to close Eclipse IDE and reopen it and

尝试关闭 Eclipse IDE 并重新打开它

click on window->show view->project explorer

单击窗口-> 显示视图-> 项目资源管理器

回答by Sean Rogers

For me it was like this...

对我来说是这样的......

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

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

Or

或者

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

Window->Open Perspective->Other->Java(默认)

回答by Shivendra Pandey

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

打开 Eclipse IDE 在快速访问(搜索文本框)上乙输入“项目资源管理器”。从下拉列表中选择或按 Enter

回答by jeswin

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

选择Window->Show View,如果那里没有显示,则选择other。在General 下,您可以看到Project Explorer

回答by Hosein Aqajani

  1. Window -> Perspective -> Reset

  2. Reset the IDE

  3. Window -> Show View -> Project Explorer

  1. 窗口 -> 透视 -> 重置

  2. 重置 IDE

  3. 窗口 -> 显示视图 -> 项目资源管理器

enter image description here

在此处输入图片说明

回答by praveena_kd

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

如果上述解决方案均无效,请尝试窗口-> 新建窗口

回答by soumya

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

您也可以使用快捷方式。Alt + Shift + Q, P

回答by gdwitt

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

使用最新的 Luna 升级。唯一有效的解决方案是 Window >> New Window。很容易失去那个关键的酒吧。

回答by VIJAYKUMAR REDDY ALAVALA

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

如果您使用的是 Eclipse 或 Spring 工具套件,请按照以下步骤操作。

(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.

(1) 转到编辑器顶部的“窗口”。单击它
(2) 选择显示视图。您应该会看到一个选项“项目资源管理器”。点击它。
你应该能够做到。

enter image description here

在此处输入图片说明