Eclipse: “'Periodic workspace save.' has encountered a pro‍blem.”

前端 未结 21 1300
谎友^
谎友^ 2020-12-24 11:56

I\'m using Eclipse Indigo on Mac 10.7.4. While working, I get these periodic, annoying dialogs

\'Periodic workspace save.\' has encountered a problem.

Coul         


        
相关标签:
21条回答
  • 2020-12-24 12:23

    After you exit the eclipse, there would be an specific failed reason. Mine is that the DISK IS FULL so the eclipse can't write into it anymore.

    0 讨论(0)
  • 2020-12-24 12:24

    I solved the problem switching the workspace.

    1. Go to File (Switch workspace)
    2. Select the destination and create a folder named Workspace
    3. Run a Hello World and close Eclipse (notice that Eclipse creates the folder RemoteSystemsTempFiles automatically)
    4. now copy all your projects into the new folder Workspace
    5. Open Eclipse and if necessary (sometimes Eclipse does not show the projects) import all of them (go to File/ Open projects from File System)
    0 讨论(0)
  • 2020-12-24 12:24

    Agree with @J-Dizzle,

    I am a beginner in web-development and had a hard time solving this today. Had similar problems when I was creating a SpringBoot project in STS. Tried most of the solutions mentioned but they didn't work. Tried removing .metadata folder and re-building my springboot project but still nothing worked.

    NOTE : I had multiple workspace in STS and this error occurred after migrating a project from one workspace to another.

    Solution : All you need to do is restart your eclipse/STS IDE and it will work just fine.

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