Select Window->Show View, if it is not shown there then select other. Under General you can see Project Explorer.
Done! But the problem persists. do one thing click on window->Reset prespective this should work. It helps, but explorer appeared on the bottom of the window.
How do I open a project folder in Eclipse?
Importing an Eclipse Project
Open File->Import.Select “Existing Projects into Workspace” from the Selection Wizard.Select Next to get the Import Wizzard. Browse to find the location of the Project.Make sure the Project you want is checked, then hit Finish.
How do I open a closed project in Eclipse?
To reopen a closed project, in the Package Explorer view, select the closed project and click on the Project menu and select Open Project. Once the project is open its content can be edited using the Eclipse user interface.
How do I run a project in Eclipse?
How to Run Java Program in eclipse
Step 1: Open Eclipse and click File > New > Java Project.Step 2: Provide the Project Name and click on the Finish button.Step 3: In the Package Explorer (left-hand side of the window) select the project which you have created.
How do I open a workspace in Eclipse?
Find current workspace in Eclipse
Go to File menu.Under File menu, select Switch Workspace > Other…The Workspace Launcher window will appear which will display your current workspace in Workspace text.
How do I show project hierarchy in Eclipse?
Click on view menu (3 dot symbol) in package explorer -> hover over package presentation -> Click on Hierarchical.
What is the difference between project Explorer and Package Explorer in Eclipse?
The Package Explorer is specifically for Java projects, that’s why it has stuff like refactoring in its context menus. The Package Explorer also shows Java classes and packages (as the name implies), while the Project Explorer shows folders and . java files.
How do I open a file in Eclipse?
You can right-click (or Ctrl-click) on a file and pick “Open With”, then select Eclipse.