论坛首页 Java企业应用论坛

Eclipse的插件 links 安装方法补充

浏览 14435 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (8) :: 隐藏帖 (0)
作者 正文
   发表时间:2009-05-15  

使用绝对路径: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

   发表时间:2009-05-18  
在eclipse 3.4中使用links会有副作用,一旦使用过一次,即使去掉相应的link文件,相应的插件仍然会起作用。我已经改放dropins了
0 请登录后投票
   发表时间:2009-07-01  
就是其他设置不变,将 link 文件放在dropins 里是吧!
0 请登录后投票
   发表时间:2009-07-08  
似乎感觉eclipse3.4中的dropins在直接删除插件偶尔会出现下次打开异常,比如之前的插件依旧存在,但是调用时会出错
0 请登录后投票
   发表时间:2009-07-08  
不知道是我的插件问题还是配置的问题
0 请登录后投票
   发表时间:2009-07-11  
是直接解压缩插件到dropins里,如果去除了,下次最好用如下命令
eclipse -clean
0 请登录后投票
   发表时间:2009-07-16  

Supported dropins formats

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:

 eclipse/
   dropins/
     org.eclipse.core.tools_1.4.0.200710121455.jar
     org.eclipse.releng.tools_3.3.0.v20070412/
       plugin.xml
       tools.jar
       ... etc ...
   ...

You can also drop in the traditional Eclipse application or extension layout directly in the dropins folder:

 eclipse/
   dropins/
     eclipse/
       features/
       plugins/

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:

 eclipse/
   dropins/
     emf/
       eclipse/
         features/
         plugins/
     gef/
       eclipse/
         features/
         plugins/
     ... etc ...

Finally, you can add link files as in the traditional Eclipse links folder:

 eclipse/
   dropins/
     emf.link

 

 http://wiki.eclipse.org/Equinox_p2_Getting_Started

0 请登录后投票
   发表时间:2010-02-26  
还没有发现好的 方法
我习惯是直接到到Eclipse目录下面

然后不用的生活就删掉 这样比较彻底
0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics