Eclipse source out of sync with file system

前端 未结 10 1614
长发绾君心
长发绾君心 2020-12-08 19:07

I inherited a java project and don\'t have much experience with Eclipse. In the package explorer I can see the outline of the project with all the classes but when I try to

相关标签:
10条回答
  • 2020-12-08 19:40

    Right click on the project in the Package Explorer view and select Refresh.

    0 讨论(0)
  • 2020-12-08 19:41

    You can right click on the project name and click refresh. And just to be sure, you can select the package name and right click 'Refresh' too.

    0 讨论(0)
  • 2020-12-08 19:43
    1. Right click on the project in the Package Explorer view and select Refresh. If it is not working,
    2. Clean the project... project menu -> clean... and refresh
    0 讨论(0)
  • 2020-12-08 19:43

    If using maven or other builder be sure that you disable the plug ins some plug ins, specially the ones meant to generate/change code will never let you be fully on sync

    0 讨论(0)
  • 2020-12-08 19:44

    By default, 'F5' on a highlighted resource will also refresh it.

    0 讨论(0)
  • 2020-12-08 19:47

    Click on the project, then press F5 to refresh the file. It should be fine.

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