Avoiding “resource is out of sync with the filesystem”

前端 未结 10 1672
梦如初夏
梦如初夏 2020-11-29 15:22

I develop Java code with Eclipse and regularly get this message:

resource is out of sync with the filesystem.

Right-click > Refr

10条回答
  •  离开以前
    2020-11-29 16:17

    If this occurs trying to delete a folder (on *nix) and Refresh does not help, open a terminal and look for a symlink below the folder you are trying to delete and remove this manually. This solved my issues.

提交回复
热议问题