Is there a way to upgrade eclipse and keep all the installed plugins?(有没有办法升级 eclipse 并保留所有已安装的插件?)
问题描述
我发现每次升级eclipse都重新安装所有插件很繁琐.
I found it tedious to reinstall all the plugin every time upgrade the eclipse.
推荐答案
这是迄今为止我找到的最佳选择.Dropins 目录可以工作,但维护起来很麻烦,因为 Eclipse 想要在 Eclipse 目录中安装新插件.
This is the best option I've found so far. Dropins directories work, but they're a pain to maintain, because Eclipse wants to install new plug-ins in the Eclipse directory.
我.转移您的更新站点列表:
- 最后一次运行旧的 Eclipse
- 转到
Window->Preferences->Install/Update->Available Software Sites
- 选择所有更新站点(点击一个,然后Ctrl-A),点击
Export
,将文件保存到某处 - 运行您的新 Eclipse,选择您的工作区
- 转到
Window->Preferences->Install/Update->Available Software Sites
- 点击
导入
,选择步骤3中的文件
- Run your old Eclipse one last time
- Go to
Window->Preferences->Install/Update->Available Software Sites
- Select all update sites (click on one, then Ctrl-A), click
Export
, save the file somewhere - Run your new Eclipse, select your workspace
- Go to
Window->Preferences->Install/Update->Available Software Sites
- Click
Import
, choose the file from step 3
二.复制旧的插件:
- 在新的Eclipse中,选择
File->Import->Install->From Existing Installation
- 选择您的旧 eclipse 目录,例如
~/apps/eclipse-jee-indigo-SR1-linux-gtk-x86_64/eclipse/
- 选择你要安装的插件/功能,点击
Finish
- 完成后,您可以归档/删除旧的 Eclipse 目录
这篇关于有没有办法升级 eclipse 并保留所有已安装的插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有没有办法升级 eclipse 并保留所有已安装的插件?
基础教程推荐
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 降序排序:Java Map 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01