Eclipse 在 userdir 中的什么位置存储设置和插件?
我刚刚在我的机器上安装了一个新的 Linux 发行版,并希望将我的 Eclipse 主目录从旧的 /home/username/
移动到新的。因为我更改了桌面,所以我不想复制 ~/
中的所有隐藏文件夹。那么我需要复制哪些目录才能拥有所有已安装的插件?
我已经复制了 ~/.eclipse/
并且它肯定包含与插件相关的文件,但 Eclipse 不会加载它们。有什么提示吗?
I've just installed a new Linux distro on my box and want to move my Eclipse home from the old /home/username/
to my new one. Because I changed the desktop, I don't want to copy all hidden folders from ~/
. So which directories do I need copy in order to have all my installed plugins?
I've already copied ~/.eclipse/
and it definitely contains files related to the plugins but Eclipse won't load them. Any hints?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们最终偶然发现了包含所有这些内容的目录。不知何故,我们破坏了它,Eclipse 拒绝在我同事的计算机上启动:-)
请参阅
~/workspace/.metadata/.plugins
或您的工作区所在的任何位置。We've eventually found the directory containing all that stuff by accident. Somehow we broke it and Eclipse refused to start on my coworker's computer:-)
See
~/workspace/.metadata/.plugins
or wherever your workspace resides.据我所知,Eclipse 将其插件存储在其安装目录(
eclipse
)中。它们可能驻留在 eclipse/plugins 或 eclipse/dropins 中。您可以从旧盒子中复制整个 eclipse 目录。As far as I know, Eclipse stores its plugins in its installation directory (
eclipse
). They might reside ineclipse/plugins
oreclipse/dropins
. You can copy the wholeeclipse
directory from your old box.