KK

Kim-'s-Blog.Object-Everything.I'm POJO.

.紀-錄.爲了忘卻的記憶..真的勇士,要敢于直面遇到的問題,敢于正視繁雜的原碼......在實踐中積累!

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  74 Posts :: 1 Stories :: 70 Comments :: 0 Trackbacks

Myeclipse7  安装插件有点麻烦 记录于此备忘

 

导入项目

http://javapojo.javaeye.com/topics/download/d2d7696a-703e-3d82-8fcc-ad21c9b896fc

运行main方法

得到一段字符串

copy到Myeclipse7目录:Genuitec\MyEclipse 7.0\configuration\org.eclipse.equinox.simpleconfigurator\bundles.info

这个文件里面。

 

最近安装了个Drools fro eclipse3.4 的插件

下载 drools-5.0.0.CR1-eclipse-all.jar

解压到某文件夹

copy其plugins路径到main方法中(注意是plugins目录哦)

运行该类


public static void main(String[] args)
{
new CreatePluginsConfig().print("E:\\Genuitec\\kimplug\\drools-5.0.0.CR1-eclipse-all\\plugins");

}

 得到

org.guvnor.tools,5.0.0.CR1,file:/E:\Genuitec\kimplug\drools-5.0.0.CR1-eclipse-all\plugins\org.guvnor.tools_5.0.0.CR1.jar,4,false
org.eclipse.webdav,3.0.101,file:/E:\Genuitec\kimplug\drools-5.0.0.CR1-eclipse-all\plugins\org.eclipse.webdav_3.0.101.jar,4,false
org.drools.eclipse,5.0.0.CR1,file:/E:\Genuitec\kimplug\drools-5.0.0.CR1-eclipse-all\plugins\org.drools.eclipse_5.0.0.CR1.jar,4,false
org.drools.eclipse.task,5.0.0.CR1,file:/E:\Genuitec\kimplug\drools-5.0.0.CR1-eclipse-all\plugins\org.drools.eclipse.task_5.0.0.CR1.jar,4,false

 

将其拷入bundles.info尾部

重启myeclipse ok了



posted on 2009-03-18 11:25 Kim' 阅读(2546) 评论(5)  编辑  收藏

Feedback

# re: Myeclipse7 安装插件 备忘 (Drools for eclipse3.4 的插件 为例) 2009-04-18 21:26 d
安装插件弄的这么恶心?  回复  更多评论
  

# re: Myeclipse7 安装插件 备忘 (Drools for eclipse3.4 的插件 为例) 2009-04-29 13:33 徐涛
弄的好麻烦啊  回复  更多评论
  

# re: Myeclipse7 安装插件 备忘 (Drools for eclipse3.4 的插件 为例)[未登录] 2009-05-13 09:34 go4it
请问在eclipse 3.4 里面装你说的这个drools-5.0.0.CR1-eclipse-all.jar怎么装?我把features和plugin的文件都考到相应目录了,可是工具栏里找不到drools的工具图标。。。  回复  更多评论
  

# re: Myeclipse7 安装插件 备忘 (Drools for eclipse3.4 的插件 为例)[未登录] 2009-06-20 12:19 daniel
嗯,我觉得这个方法不错·  回复  更多评论
  

# re: Myeclipse7 安装插件 备忘 (Drools for eclipse3.4 的插件 为例) 2010-05-15 12:33 tdd
多谢,此法转了,备忘  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航:
 
jj