精华帖 (0) :: 良好帖 (0) :: 新手帖 (8) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2009-05-15
使用绝对路径:path = D:\\DEV\\eclipse_plugins\\tomcat_3.2.1 使用相对路径:path =eclipse_plugins\\tomcat_3.2.1(放置时候注意) 好多网站的帖子是误人子弟,现在eclipse3.4可以用dropins直接处理了。但我喜欢links 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2009-05-18
在eclipse 3.4中使用links会有副作用,一旦使用过一次,即使去掉相应的link文件,相应的插件仍然会起作用。我已经改放dropins了
|
|
返回顶楼 | |
发表时间:2009-07-01
就是其他设置不变,将 link 文件放在dropins 里是吧!
|
|
返回顶楼 | |
发表时间:2009-07-08
似乎感觉eclipse3.4中的dropins在直接删除插件偶尔会出现下次打开异常,比如之前的插件依旧存在,但是调用时会出错
|
|
返回顶楼 | |
发表时间:2009-07-08
不知道是我的插件问题还是配置的问题
|
|
返回顶楼 | |
发表时间:2009-07-11
是直接解压缩插件到dropins里,如果去除了,下次最好用如下命令
eclipse -clean |
|
返回顶楼 | |
发表时间:2009-07-16
Supported dropins formatsThe 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
|
|
返回顶楼 | |
发表时间:2010-02-26
还没有发现好的 方法
我习惯是直接到到Eclipse目录下面 然后不用的生活就删掉 这样比较彻底 |
|
返回顶楼 | |
浏览 14453 次