What happened to the package explorer in Eclipse?

前端 未结 11 996
Happy的楠姐
Happy的楠姐 2021-01-11 10:05

I have recently been setting up SVN in Eclipse using the Subversive plugin (I am still a bit lost, but that\'s another issue).

I have been using this guide (http://s

相关标签:
11条回答
  • 2021-01-11 10:23

    At the top right corner, there is a button called Open Perspective. Click on it, and then Java Default. Everything will come back to normal.

    0 讨论(0)
  • 2021-01-11 10:28

    For me I needed to do two things:

    • Reinstall the "Eclipse Java development tools" via HelpInstall SoftwareProgramming Languages
    • Delete and recreate the .metadata Eclipse Workspace settings.

    Honestly, deleting the .metadata directory is probably sufficient - try that first.

    0 讨论(0)
  • 2021-01-11 10:29

    Are you sure you are in the Java perspective?

    As views are related to perspectives this could be the problem. The current perspective can be found in the upper right corner.

    0 讨论(0)
  • 2021-01-11 10:30

    I think you were actually still in the Debug perspective, since that was what did it for me. As someone mentioned above, I had to go to the top right and hit "Java perspective" to get back to my normal views.

    0 讨论(0)
  • 2021-01-11 10:35

    I'm guessing you've made it a fast view or minimised it to it. You could try holding down Ctrl + F7 to see a list of all views, then up/down arrow to the View. If Package Explorer is in the list it has been minimised or something.

    If you select it and still can't see it, try WindowReset Perspective... to restore all views to their defaults.

    0 讨论(0)
提交回复
热议问题