Topic: Eclipse插件使用links目录的用法 |
Print this page |
1.Eclipse插件使用links目录的用法 | Copy to clipboard |
Posted by: Scotty Posted on: 2004-07-16 04:58 Eclipse插件使用links目录的用法: 假设把插件安装在d:\myplugin目录中,则myplugin的目录结构一定要是这样的: d:\myplugin\eclipse\plugins\插件 及 d:\myplugin\eclipse\features\插件 例如安装EclipseME插件到d:\myplugin目录中,则目录结构为d:\myplugin\eclipse\plugins\eclipseme_0.4.5。 再假设eclipse安装在d:\eclipse目录中,则在eclipse目录中创建名称为links的目录,在links目录中建立一个link文件,比如myplugin.link,该文件内容为path=d:\myplugin。 启动eclipse,插件即安装上了,如果想暂时不启动插件,只需把myplugin.link文件删除即可。 补充说明: 1. 插件可以分别安装在多个自定义的目录中。 2. 一个自定义目录可以安装多个插件。 3. link文件的文件名及扩展名可以取任意名称,比如myplugin.txt,goodplugin都可以。 4. link文件可以有多行path=插件目录,对应多个自定义插件目录,每一行的path参数都将生效。 5. 在links目录也可以有多个link文件,每个link文件中的path参数都将生效。 6. 插件目录可以使用相对路径,如果我们把myplugin目录创建在eclipse安装目录中,如上例中的d:\eclipse目录中,则只需设置path=myplugin即可。 Scott Woo 2004.7.16 |
2.Re:Eclipse插件使用links目录的用法 [Re: Scotty] | Copy to clipboard |
Posted by: tangming Posted on: 2004-07-16 08:54 不错,得去试试看了。 |
3.Re:Eclipse插件使用links目录的用法 [Re: Scotty] | Copy to clipboard |
Posted by: scottding Posted on: 2004-07-16 09:53 在很早的IBM开发者社区有一篇文章详细的讲述了这个东西。 |
4.Re:Eclipse插件使用links目录的用法 [Re: Scotty] | Copy to clipboard |
Posted by: freecode Posted on: 2004-07-16 21:40 sysdeo tomcat plugin在eclipse3.0,采用以上方式,没有成功 |
5.Re:Eclipse插件使用links目录的用法 [Re: Scotty] | Copy to clipboard |
Posted by: Scotty Posted on: 2004-07-17 00:01 我的tomcatPlugin就是装在自定义的目录中,使用正常,我的版本是Eclipse 3.0 + Sysdeo tomcatPlugin V3.0 beta。 |
6.Re:Eclipse插件使用links目录的用法 [Re: Scotty] | Copy to clipboard |
Posted by: scottding Posted on: 2004-07-18 01:09 这种方法对于各种插件是没有问题的,如果无效的话,察看一下是否你的连接文件或者是目录结构有问题。你可以在Update里面察看一下是否有加载了你定义的插件目录。 |
7.Re:Eclipse插件使用links目录的用法 [Re: tangming] | Copy to clipboard |
Posted by: worldcreatxr Posted on: 2004-08-26 18:53 我把tomcat的插件放在 extplugins/tomcat里 这个目录里还有两目录: features , plugins 插件放在 extplugins/tomcat/plugins下 可是没成功啊? 路径 E:\WORK\InstalledSofts\Java\eclipse\extplugins\tomcat\plugins\com.sysdeo.eclipse.tomcat_3.0.0\ |
8.Re:Eclipse插件使用links目录的用法 [Re: Scotty] | Copy to clipboard |
Posted by: scottding Posted on: 2004-08-26 19:41 extplugins/eclipse 路径 E:\WORK\InstalledSofts\Java\eclipse\extplugins\ |
9.Re:Eclipse插件使用links目录的用法 [Re: tangming] | Copy to clipboard |
Posted by: worldcreatxr Posted on: 2004-08-26 21:29 E:\WORK\InstalledSofts\Java\eclipse\extplugins\tomcat\plugins\com.sysdeo.eclipse.tomcat_3.0.0\ 这是解包后的路径位置 link文件里的路径为 path=E:\WORK\InstalledSofts\Java\eclipse\extplugins\tomcat 可是不行啊 |
10.Re:Eclipse插件使用links目录的用法 [Re: worldcreatxr] | Copy to clipboard |
Posted by: think Posted on: 2004-08-27 08:53 改成 path=E:/WORK/InstalledSofts/Java/eclipse/extplugins/tomcat试试。 我记得这个文件夹分隔符好像有影响。 另外如果装有wsad,wstools就是类似用法。 |
11.Re:Eclipse插件使用links目录的用法 [Re: Scotty] | Copy to clipboard |
Posted by: mmwy Posted on: 2004-08-27 12:51 路径要用/,不能用\ |
12.Re:Eclipse插件使用links目录的用法 [Re: Scotty] | Copy to clipboard |
Posted by: worldcreatxr Posted on: 2004-08-27 18:43 还是不行。 我用的是eclipse 3 |
13.Re:Eclipse插件使用links目录的用法 [Re: Scotty] | Copy to clipboard |
Posted by: worldcreatxr Posted on: 2004-08-28 00:22 晕。也不知怎么就好了。不管我路径中用/还是\ |
14.Re:Eclipse插件使用links目录的用法 [Re: Scotty] | Copy to clipboard |
Posted by: seril Posted on: 2004-08-28 20:08 可以用\\或者/ |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |