Issue
When I first start Eclipse, I can see a couple of my projects in Project Explorer. A few seconds later, the names change to "Java Main Sources" and "Java Test Sources." Why does Eclipse do this and how can I stop it from happening?
Solution
Eclipse is starting in the Debug perspective. Clicking the "Open Perspective" button in the upper right and selecting Java brings the project names back.
Answered By - Jeff Linahan