将旧插件复制到新安装的 eclipse 中的简单方法

2023-08-23Java开发问题
41

本文介绍了将旧插件复制到新安装的 eclipse 中的简单方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

有没有一种简单的方法可以将旧版本的 Eclipse 中的插件列表转换为最新版本.我有我想要的所有插件的当前版本.现在我想升级到漂亮的新版本,但我需要确保我当前的所有插件列表都能正常工作.我宁愿不得不寻找和啄以安装最新版本的插件.我认为旧安装中会有一个文件,我可以将其复制到新安装中并告诉 eclipse 安装所有这些插件(如果兼容).

Is there an easy way to get a list of the plugins from an old version of Eclipse into the latest version. I have my current version with all the plugins I want. Now I want to upgrade to the nice shiny and new version but I need to make sure all my current list of plugins work. I would prefer to have to hunt and peck to install plugins in the latest version. I would think there would be a file in the old installation I could just copy into the new installation and tell eclipse install all these plugins if compatible.

谢谢

推荐答案

如果你的旧版本至少是3.7,那么你可以这样做:

If your old version is at least 3.7, then you can do this:

  • 在旧安装中使用文件 -> 导出 -> 安装 -> 已安装的软件项到文件 以创建包含当前安装功能的文件.
  • 在您的新安装中使用文件 -> 导入 -> 安装 -> 文件中的软件项.将其指向上面的文件,并确保选中安装最新版本".
  • Use File -> Export -> Install -> Installed software items to file in your old installation to create a file containing the currently installed features.
  • Use File -> Import -> Install -> Software items from file in your new installation. Point it to the file from above and make sure to check "Install latest versions".

这篇关于将旧插件复制到新安装的 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