Eclipse遇坑记录

1.安装Ivy插件

插件地址:http://ant.apache.org/ivy/ivyde/download.cgi

在线安装提示成功,但是配置窗口并未显示Ivy相关配置,随后利用手动安装重启即可

2.安装 OpenExplorer插件(新版取消的右键文件在资源管理器中打开)

插件地址:https://github.com/samsonw/OpenExplorer/downloads

3.remote system explorer operation 卡死(参考:http://blog.csdn.net/xiaohuihui703/article/details/43763959

第一步:Eclipse -> Preferences -> General -> Startup and Shutdown.不要勾选 RSE UI.
第二步:Eclipse -> Preferences -> Remote Systems. 取消勾选 Re-open Remote Systems view to previous state.
最后:重启eclipse就可以了。

原文地址:https://www.cnblogs.com/luoxiaolei/p/7942664.html