“Resource is out of sync with the file system”问题

今年转入BS组,做Java开发,时不时遇到些小问题。


用MyEclipse的Team更新一个xml配置文件时,提示错误:“Resource is out of sync with the file system”,更新不了。

原因:在MyEclipse开发环境外部用notepad++编辑了这个xml,导致MyEclipse报文件不同步。

解决:在MyEclipse中Refresh该文件,再次同步即可。

你可能感兴趣的:(java,xml,MyEclipse,File,System)