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.
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.
相关推荐
安装步骤同样遵循上面的模式,创建一个对应的link文件,如"Apana.link",并指定其location属性为Apana插件的实际存储位置或更新站点URL。 在处理link文件时,确保Eclipse拥有对链接文件指向的目录的读取权限,并且...
通常,这个插件会被放在Eclipse的`dropins`目录下,这样Eclipse就能自动识别并加载它。 要安装Tomcat插件,你可以下载名为"tomcatPluginV33"的压缩包,解压后将内容放入Eclipse的`dropins`目录。确保Eclipse已经...
为了正确地配置 Eclipse 3.4 的 dropins 目录以实现自动加载插件的目的,我们需要遵循一定的步骤来确保插件能够被正确识别并加载。下面将详细介绍配置过程: 1. **创建 dropins 目录** 如果您的 Eclipse 安装包中...
2. 将下载的插件解压到Eclipse的dropins目录下。 3. 启动Eclipse,检查是否成功安装。通常,如果插件安装正确,Eclipse会自动识别并加载。 4. 配置反编译器路径。进入Eclipse的首选项设置(Preferences),找到相应...
2. **创建链接文件**:如果你希望将插件放在Eclipse安装目录之外的位置,可以创建一个链接文件(.link文件),在文件中指定插件的路径。例如:`path=E:/dev_tools/eclipse-SDK-3.5.2-win32/eclipse/myeclipse`。这种...
你需要指定项目的名称、位置以及Python解释器。如果Eclipse无法自动检测到Python解释器,你可以手动添加,通过"Interpreter"设置。 2. **设置源代码路径** 在PyDev项目中,右键点击"src"目录,选择"Build Path" ->...
描述"直接解压到eclipse安装目录下的dropins目录即可,之后重启eclipse"提供了安装Eclipse SVN插件的简单步骤。这个过程包括: 1. 下载适用于Eclipse的SVN插件,通常是.zip或.tar.gz格式的压缩包。 2. 解压缩下载的...
这个过程通常需要jad.exe在系统路径中可找到,或者在Eclipse的插件配置中指定其位置。 6. **反编译的用途**:反编译主要用于分析和理解已编译的库或框架的内部工作原理,排查问题,或在没有源代码的情况下进行调试...
通常,用户需要下载插件的zip文件,解压后将内容移动到Eclipse的dropins或plugins目录,这样Eclipse在启动时会自动识别并安装插件。 **详细知识点** 1. **Subversion (svn)**:Subversion是一个集中式的版本控制...
在“Source Lookup”选项卡中,指定插件的路径,这样Eclipse在找不到源代码时就会使用反编译器来显示.class文件的源码。 4. **使用插件**:现在,当你尝试打开一个无源码的.class文件时,Eclipse会使用反编译器插件...
4. 配置Tomcat实例,指定服务器位置、端口等信息。 5. 最后,将项目发布到这个Tomcat服务器,就可以开始开发和测试了。 总的来说,Tomcat插件是提升Java Web开发效率的重要工具,它的免安装特性使得部署和升级变得...
Eclipse Jetty插件是开发Java Web应用时非常实用的工具,它允许开发者在Eclipse集成开发环境中直接启动和测试Jetty服务器,而无需通过命令行或其他方式。本篇文章将详细讲解如何离线安装Eclipse Jetty插件,并介绍其...
“Share Project”是将当前项目添加到SVN仓库的关键操作,用户可以指定仓库URL和本地工作副本的位置。"Checkout"则用于从仓库中检出项目到本地,便于开始开发或同步代码。"Commit"则是将本地的修改提交到仓库,同时...
通常,这包括将插件文件复制到Eclipse的dropins目录,然后重启Eclipse,插件就会自动安装并生效。 安装完成后,用户可以在代码编辑器中右键点击,选择"Fold"或者"Code Folding"相关的选项,来折叠或展开代码块。...
另一种简单的方法是将解压后的插件文件直接放入Eclipse的dropins目录,如果存在这个目录的话。这样,Eclipse在启动时会自动检测并加载插件。 在提供的压缩包文件中,我们看到以下文件: 1. ANTLR-LICENSE:ANTLR是...
2. **找到Eclipse插件目录**: 在你的Eclipse安装目录下,通常在`plugins`或`dropins`文件夹内,这两个文件夹都是用于安装Eclipse插件的。如果你选择`plugins`,则需要按照插件的命名规范进行放置;如果选择`dropins`...
离线安装通常涉及下载插件的.zip或.jar文件,然后将其放到Eclipse的"dropins"目录下。在这个案例中,提供的压缩文件"testngforeclipse.rar"可能是TestNG插件的离线版本,而"eclipse-jee-mars-.zip"则可能是Eclipse ...
2. 将.jar文件复制到Eclipse的dropins目录下。 3. 启动Eclipse,如果安装成功,插件会自动加载。 4. 配置jad.exe路径:在Eclipse的偏好设置中,选择“JadClipse”选项,然后在“Path to JAD”字段中指定jad.exe的...