如何重新安装已安装的Eclipse插件? [英] How Do You Reinstall Installed Eclipse Plugins?

查看:457
本文介绍了如何重新安装已安装的Eclipse插件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你如何从一个eclipse安装删除或复制eclipse插件到另一个?例如。我有两个eclipse的安装,其中一个安装了一个插件,我没有安装程序,也没有在线可用。是否可以将此插件安装在我的其他版本的eclipse上?如果是这样,那么怎么样?



此外,如果我的两个版本的eclipse真的是不同版本,那么它是否重要,即一个是3.4,另一个是是3.3或3.2?

解决方案

正如我在



通过引用foobar插件,使用以下子目录:

  C:/ eclipse / extensions / foobar / eclipse / plugins 
C:/ eclipse /扩展/ foobar / eclipse /功能




  • 为eclipse3.4和3.5,使用p2机制:


    • 将您的插件放在 dropins目录(如 dropins / foobar / eclipse / plugins dropins / foobar / eclipse / features 或foobar.zip,zip包含 eclipse / plugins eclipse / features




所以你应该在这些目录中查找一个插件,并将它们复制到适当的插件目录中,以完成安装。


How do you "remove" or "copy" an eclipse plugin from one eclipse install to another? E.g. I have two installs of eclipse, one of which has a plugin installed that I don't have an installer for nor is it readily available online. Is it possible to get this plugin installed on my other version of eclipse? If so, how?

Also, does it matter if my two versions of eclipse are really different versions, i.e. one is 3.4 and the other is 3.3 or 3.2?

解决方案

As mentioned in my answer to your last question, and since (again) the chosen answer is very poor on the specifics, a plugin lives in:

  • for eclipse previous to 3.4 (3.2, 3.3)

    • eclipse/plugins and eclipse/features
    • any other directory provided you define a link by creating a foo.link file inside the links directory of an eclipse installation (you might have to create the [eclipse]\links directory) containing:

      path=C:/eclipse/extensions/foobar

With references the foobar plugins, with the following subdirectories:

C:/eclipse/extensions/foobar/eclipse/plugins
C:/eclipse/extensions/foobar/eclipse/features

  • for eclipse3.4 and 3.5, with p2 mechanism:
    • by putting your plugin in the dropins directory (like dropins/foobar/eclipse/plugins and dropins/foobar/eclipse/features, or foobar.zip, with the zip containing eclipse/plugins and eclipse/features)

So you should look for a plugin in those directories, and copy them into into the appropriate plugin directory for completing the installation.

这篇关于如何重新安装已安装的Eclipse插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆