`
erichua
  • 浏览: 510897 次
  • 性别: 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了

相关推荐

Global site tag (gtag.js) - Google Analytics