Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reset Eclipse Screen to Default When First Installed

How do you reset the winds as they were when you originally opened Eclipse. I accidently closed windows, now I can't find the window that lists the projects, so I can't run anything. Please advise. Thanks.

PS Reset Perspectives through the WINDOW tab doesn't work to reset to the default setting, only the last screen, which I screwed up.

like image 264
user966218 Avatar asked Oct 06 '11 22:10

user966218


People also ask

How do I get Eclipse back to default view?

You can always return a perspective to its default state by right-clicking the perspective button in the right top corner of the Eclipse IDE and clicking Reset. Note that this operation cannot be undone.

How do I set Eclipse as default?

java / . js file (any file of the type you want Eclipse to open by default) -> Open With -> Choose default program -> Choose Eclipse (you may need to browse and find the Eclipse executable file (the launcher)).


3 Answers

You can select "Window->Perspective->Reset Perspective..." and click yes.

like image 73
amitizle Avatar answered Sep 22 '22 05:09

amitizle


To reset the all Perspectives.

Click on windows - > Perspective - > Reset Perspective

like image 29
Lova Chittumuri Avatar answered Sep 24 '22 05:09

Lova Chittumuri


I figured it out.

Window>Close All Perspectives>Open New Perspective>Java project. – user966218, Oct 7

For me this worked except Java project wasn't an option. Java EE (default) was what I selected under 'Open New Perspective'. Thanks

like image 41
Jaydon Avatar answered Sep 22 '22 05:09

Jaydon