Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse won't show files in package explorer

Tags:

eclipse

I don't know what went wrong, because this was working before, but all of the sudden I don't have any files in my eclipse package explorer.

The workspace path appears to be correct and the file permissions are correct.

Can anyone think of what's wrong?

like image 244
Colleen Avatar asked Feb 22 '12 04:02

Colleen


People also ask

How do I fix package explorer in Eclipse?

To view the project explorer, click on Window menu then, click on Show View and select Project Explorer. There is simpler way to open project explorer, when you are in the editor press alt + shift + w and select project explorer.

How do I make Package Explorer visible in Eclipse?

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

How do I display a package in Eclipse?

Upon running Eclipse you should see a pane labeled 'Package Explorer', probably on the left. If you do not see one, you can open it up by going to the Window menu, selecting Show View and Package Explorer. If it doesn't show up under Show View, select Other, then 'Java', then 'Package Explorer'.


2 Answers

  • Refresh the project
  • If that does not work, close and open the project again. enter image description here
like image 116
S Krishna Avatar answered Oct 14 '22 01:10

S Krishna


I had the same problem (Probably caused when I cancelled a copying to my Dropbox folder) I only needed to click File → Import → General → Existing Projects into Workspace and select the missing projects in the window that appeared.

like image 22
Zerato Avatar answered Oct 14 '22 00:10

Zerato