0

When I am opening Eclipse to complete my work the package explorer is empty.

I created a new project with the same files and when I closed and tried to open it again it was empty again.

I've searched on this issue but I haven't found a solution.

enter image description here

egydeveloper
  • 585
  • 5
  • 7
  • 27
  • 1
    stop writing to /dev/null. On a more serious note, are you sure you are selecting the correct workspace folder? Do you have any scripts that might be deleting the workspace metadata? – Colton Jun 18 '13 at 20:53
  • i select the right one , and how to know this scripts? – egydeveloper Jun 18 '13 at 20:56

2 Answers2

1

I guess there is a permission problem into your workspace directory.

Filippo Lauria
  • 1,965
  • 14
  • 20
1

Try using Import > Existing Projects in workspace

Navdeep Singh
  • 699
  • 1
  • 10
  • 25