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 并保留所有已安装的插件?
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01