`
erichua
  • 浏览: 519613 次
  • 性别: Icon_minigender_2
  • 来自: 远方
社区版块
存档分类
最新评论

Eclipse的插件 links 安装方法补充

    博客分类:
  • JAVA
阅读更多

使用绝对路径:path = D:\\DEV\\eclipse_plugins\\tomcat_3.2.1

使用相对路径:path =eclipse_plugins\\tomcat_3.2.1(放置时候注意)

eclipse插件links安装方式:
在eclipse目录下新建links目录,在目录里放置插件的链接文件.例如上面的例子,新建文件VE-runtime-1.2.link,编辑该文件,写入绝对路径或者相对路径(不包括""),保存退出.
 使用eclise -clean(命令加参数)起动eclipse.在查看"mamage configuration"时,我碰到去掉的插件还存在显示,或者会有去掉的,然后再加载的重复显示,这情况,可以删除eclipse目录里的 configuration目录下的org.eclipse.update,然后重启eclipse来解决.

好多网站的帖子是误人子弟,现在eclipse3.4可以用dropins直接处理了。但我喜欢links

分享到:
评论
7 楼 javaAlpha 2010-02-26  
还没有发现好的 方法
我习惯是直接到到Eclipse目录下面

然后不用的生活就删掉 这样比较彻底
6 楼 eclipse2008 2009-07-16  
<div class="quote_title">
<h4><span class="mw-headline">Supported dropins formats </span></h4>
<p>The dropins folder supports a variety of layouts, depending on the scale of your application and the desired degree of separation of its parts. The simplest layout is to just drop plug-ins in either jar or directory format directly into the dropins folder: </p>
<pre> eclipse/
   dropins/
     org.eclipse.core.tools_1.4.0.200710121455.jar
     org.eclipse.releng.tools_3.3.0.v20070412/
       plugin.xml
       tools.jar
       ... etc ...
   ...
</pre>
<p>You can also drop in the traditional Eclipse application or extension layout directly in the dropins folder: </p>
<pre> eclipse/
   dropins/
     eclipse/
       features/
       plugins/
</pre>
<p>If you have various different components being dropped in, and you want to keep them separate, you can add an additional layer of folders immediately below the dropins folder that contain traditional Eclipse extensions: </p>
<pre> eclipse/
   dropins/
     emf/
       eclipse/
         features/
         plugins/
     gef/
       eclipse/
         features/
         plugins/
     ... etc ...
</pre>
<p>Finally, you can add link files as in the traditional Eclipse links folder: </p>
<pre> eclipse/
   dropins/
     emf.link
</pre>
</div>
<p> </p>
<p> <a href="http://wiki.eclipse.org/Equinox_p2_Getting_Started">http://wiki.eclipse.org/Equinox_p2_Getting_Started</a></p>
5 楼 Julysea 2009-07-11  
是直接解压缩插件到dropins里,如果去除了,下次最好用如下命令
eclipse -clean
4 楼 hxds143 2009-07-08  
不知道是我的插件问题还是配置的问题
3 楼 hxds143 2009-07-08  
似乎感觉eclipse3.4中的dropins在直接删除插件偶尔会出现下次打开异常,比如之前的插件依旧存在,但是调用时会出错
2 楼 houwen 2009-07-01  
就是其他设置不变,将 link 文件放在dropins 里是吧!
1 楼 Julysea 2009-05-18  
在eclipse 3.4中使用links会有副作用,一旦使用过一次,即使去掉相应的link文件,相应的插件仍然会起作用。我已经改放dropins了

相关推荐

    Eclipse插件的安装和管理

    Eclipse 插件的安装方法可以分为四种:links 安装方法、拷贝覆盖安装法、自动安装法和在线安装法。 1. links 安装方法:这是最常用的安装方法。首先,需要准备一个名为 plugins 的文件夹,然后将插件的 jar 文件放...

    eclipse link问题的解决方案

    这个目录结构需要遵循Eclipse插件的标准,包括`eclipse`子目录,以及`eclipse\features`和`eclipse\plugins`两个子目录,即使它们可能是空的。 2. **创建links目录**:在Eclipse的安装根目录(如`D:\eclipse`)下...

    JAVA ECLIPSE可视化编程环境配置方法(补充)

    在本篇文章中,我们将深入探讨如何在Java Eclipse环境中配置可视化编程环境(Visual Editor,简称VE),特别是当按照常规步骤操作后仍然无法成功启用VE时,本文所提供的补充配置方法将非常关键。 ### Java Eclipse ...

Global site tag (gtag.js) - Google Analytics