有没有办法升级 eclipse 并保留所有已安装的插件?

2023-08-20Java开发问题
8

本文介绍了有没有办法升级 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.

我.转移您的更新站点列表:

  1. 最后一次运行旧的 Eclipse
  2. 转到Window->Preferences->Install/Update->Available Software Sites
  3. 选择所有更新站点(点击一个,然后Ctrl-A),点击Export,将文件保存到某处
  4. 运行您的新 Eclipse,选择您的工作区
  5. 转到Window->Preferences->Install/Update->Available Software Sites
  6. 点击导入,选择步骤3中的文件
  1. Run your old Eclipse one last time
  2. Go to Window->Preferences->Install/Update->Available Software Sites
  3. Select all update sites (click on one, then Ctrl-A), click Export, save the file somewhere
  4. Run your new Eclipse, select your workspace
  5. Go to Window->Preferences->Install/Update->Available Software Sites
  6. Click Import, choose the file from step 3

二.复制旧的插件:

  1. 在新的Eclipse中,选择File->Import->Install->From Existing Installation
  2. 选择您的旧 eclipse 目录,例如 ~/apps/eclipse-jee-indigo-SR1-linux-gtk-x86_64/eclipse/
  3. 选择你要安装的插件/功能,点击Finish
  4. 完成后,您可以归档/删除旧的 Eclipse 目录

这篇关于有没有办法升级 eclipse 并保留所有已安装的插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

如何使用 JAVA 向 COM PORT 发送数据?
How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)...
2024-08-25 Java开发问题
21

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

Eclipse 在尝试启动 Android 应用程序时卡住了
Eclipse gets stuck when trying to launch Android app(Eclipse 在尝试启动 Android 应用程序时卡住了)...
2024-08-25 Java开发问题
14

Java 代表?
Java Delegates?(Java 代表?)...
2024-08-25 Java开发问题
15

Eclipse:无法初始化监视器线程:无法建立环回连接
Eclipse: Failed to initialize Monitor Thread: Unable to establish loopback connection(Eclipse:无法初始化监视器线程:无法建立环回连接)...
2024-08-25 Java开发问题
4

Eclipse-找不到JDK
Eclipse- JDK not found(Eclipse-找不到JDK)...
2024-08-25 Java开发问题
6