`
136589219
  • 浏览: 24412 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

Eclipse指定dropins插件位置

阅读更多

Eclipse插件安装有多种方式

1. 自行添加update site 安装

2. 自行添加本地zip包作为update site安装

3. link安装

4. 直接将插件对应的plugins和features放入Eclipse对应的文件夹

5. Eclipse 3.3之后可以将插件直接放入dropins文件夹安装

我个人最常用的是第五种方法

但是有时候有些情况下想切换插件方案, 而dropins文件夹只有一个, 拷贝插件还是挺麻烦的

猜想Eclipse如此灵活的工具应该支持配置dropins文件夹的位置

baidu了许久无果

Google了一下, 找了IBM网站上一篇文章, 通过配置虚拟机参数来指定dropins文件夹位置

Configuring additional Eclipse dropins directories

里面提到了三种方式

1. 在命令行后面加参数

    如: eclipse.exe -vmargs -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=C:/dropins

2. 在eclipse\eclipse.ini中加参数

3. 在eclipse\configuration\config.ini中加参数

个人选择第一种方式, 创建快捷方式后加上不同的参数即可, 参数值可以采用相对路径

如: -vmargs -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=dropins-aaa或dropins-bbb, 即指定Eclipse的dropins文件夹为dropins-aaa或dropins-bbb

 

英文不是很复杂, 为避免链接失效.

引用原文
Technote (FAQ)

Question
How do you configure an additional dropins directory in Eclipse?
Answer
Set the System property org.eclipse.equinox.p2.reconciler.dropins.directory to point to a directory that you want to watch for plug-ins.
You can configure the property the following three ways:
1. Start Eclipse with an additional command line argument:
for example:
eclipse.exe -vmargs -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=C:/dropins
2. By adding the following line at the end of eclipse\eclipse.ini file:
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=path/to/directory
3. By adding the following line to eclipse\configuration\config.ini file:
org.eclipse.equinox.p2.reconciler.dropins.directory=path/to/directory

The property can point to only one directory.
You must also notice that several Eclipse based products set this property to point to the directory which is necessary to start the product. Reconfiguring this property leads to corruption of the installation (it might cause the product to crash at startup or disable major features). Examples of products which set this property are the IBM Rational products installed by IBM Installation Manager, including, but not limited to: IBM Rational Software Architect, IBM Rational Software Architect for WebSphere Software, IBM Software Architect Real Time Edition, IBM Rational Application Developer for Websphere Software.

 

 

 

分享到:
评论

相关推荐

    eclipse-dropins插件

    eclipse插件,包含tomcat、OpenExplorer和properties的插件,解压缩后直接放到dropins下

    maven2 for Eclipse dropins插件

    Sonatype提供的0.12版本,拷到dropins即可 eclipse3.3 3.4 3.5 3.6 3.7 都能用。

    Eclipse 浏览目录插件

    Eclipse 4 插件,用于在资源管理器中打开活动窗口文档所在的文件夹,或打开命令行。安装:直接放置于 Eclipse 的 dropins 目录下,重启后工具栏及左键菜单均有Smart Explore条目。

    Eclipse离线安装SVN插件,将该文件解压后直播复制到你Eclipse安装目录下的dropins目录里即可。

    Eclipse离线安装SVN插件,将该文件解压后直播复制到你Eclipse安装目录下的dropins目录里即可。比如说你eclipse安装在 D:\eclipse\ ,你解压后将subclipse下的文件拷贝到下面目录里重新Eclipse就可以了。D:\eclipse\...

    eclipse的maven插件

    eclipse的maven插件,下载后 解压至eclipse的dropins目录下,重启即可

    svn+maven插件(直接解压到{eclipse}\dropins即可)

    内含svn+maven插件, 直接解压到{eclipse}\dropins即可,无需安装。

    eclipse中mybatis插件mybatipse离线安装包

    eclipse中mybatis插件mybatipse离线安装包。在线安装总会中断,使用此离线安装包,解压放于eclipse的dropins目录下,重启eclipse即可! 功能: 1:要查找某一个方法 在dao接口中某一个方法中 按住 Ctrl键 鼠标指到...

    eclipse svn1.8插件

    eclipse svn1.8插件,解压出来放到myeclipse或者eclipse dropins目录下即可

    Eclipse中dropins放置jbpm,svn,Apana插件的link文件

    Eclipse,jbpm,svn,Apana,link文件

    eclipse的tomcat插件

    tomcat与eclipse的集成,放在eclipse的dropins文件夹下,省去了每次部署的麻烦,需要在tomcat的conf文件夹下制定项目路径

    activiti-dropins

    1.将压缩包内activiti文件夹放入Myeclipse\dropins文件夹内并修改activiti文件夹内Link文件指向自己的目录重启Myeclipse(这时打开bpmn文件仍会报错)。2.将压缩包内patches文件放入Myeclipse\dropins文件夹内,再次...

    eclipse打开文件夹插件

    根据开源的openextern修改而来,直接放在eclipse\dropins目录下面即可。 重启Eclipsep之后,右键菜单里即添加了Open Shell和Open Folder两个功能。 也可以在工具栏里添加。

    eclipse安装properties插件

    复制features和plugins文件夹内容到eclipse安装路径下的features和plugins下,重启eclipse

    eclipse背景主题插件

    这是一款适用于eclipse的主题插件,可以更改eclipse的编码风格 安装步骤:关闭eclipse,将下载的压缩包解压到eclipse安装目录dropins下,重新打开eclipse

    eclipse的svn插件

    放到eclipse的dropins目录下,然后重启eclipse,import时就会看到svn选项,可以导入项目,也可以把自己的项目分享到svn库

    Eclipse常用插件

    安装方法:Eclipse3.5+ ,只需要将该压缩文件内dropins目录里的内容,解压至eclipse/dropins目录下即可。 插件功能描述: AmaterasUML:UML图形工具 JadClipse:Java反编译插件(使用时注意在Eclipse配置关联:*....

    Eclipse以上版本的插件安装方法

    Eclipse 3.4下有个dropins目录, 只要把插件放到该目录下就可以加载, 有几种格式可以选择。 1. 最简单的,直接将jar包放到dropins目录: 2. 传统格式,统一放到一个eclipse目录下: 3. 按照插件名称区分: 4. 类似links...

    Eclipse的red5插件

    为Eclipse添加red5服务器插件,解压后直接复制到eclipse/dropins下面即可

    eclipse 汉化包 对eclipse 进行汉化 解压之后 放到 dropins文件夹

    eclipse 汉化包 对eclipse 进行汉化 解压之后 放到 dropins文件夹

    Activity for Eclipse plugin

    Activity for eclipse plugin .Version:5.9.3 下载后直接解压至dropins 目录下就能正常工作 ,然后启动 eclipse -clean

Global site tag (gtag.js) - Google Analytics