原来是eclipse后台进程在远程操作,就是右下角显示的“Remote System Explorer Operation”。折腾了半天,在Stack Overflow找到答案(源地址)。把解决方案翻译如下:
第一步:Eclipse -> Preferences -> General -> Startup and Shutdown.不要勾选 RSE UI.
第二步:Eclipse -> Preferences -> Remote Systems. 取消勾选 Re-open Remote Systems view to previous state.
最后:重启eclipse就可以了。
转载地址:http://blog.csdn.net/qiyueqinglian/article/details/42393855