Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一组在 eclipse 中总是需要的插件。我也喜欢跟上最新版本的 eclipse。
所以这意味着每次我更新 eclipse 时我都必须重新安装我需要的所有插件。
如何将这些插件安装到外部文件夹,以便新安装的 eclipse 可以获取它们?
不要那样做。而是使用File -> Export -> Install -> Software Items在旧安装上归档,以创建列出当前插件的文件。在第二次安装中相应地导入文件。确保选中复选框以在导入期间搜索较新的版本。
这需要 Eclipse 3.7+。