BPEL初体验--安装插件

1、搭建环境:

采用Eclipse开发BPEL一般要借助于BPEL Designer插件,所以首先需要安装BPEL Designer插件。

直接安装BPEL Designer插件会出错,因为需要依赖EMF、GEF、DTP、WTP等包,并且包之间有比较强的依赖关系和版本差异,因此,在安装时建议在线安装,由Eclipse自动寻找依赖关系。大体设置如下:

1.启动eclipse,点击window——>preferences——>install/update——>available software sites,点击Add,把如下几个网址添加过去
Eclipse GEF       http://download.eclipse.org/tools/gef/updates/releases/
Eclipse EMF       http://download.eclipse.org/modeling/emf/updates/releases/
Eclipse GMF       http://download.eclipse.org/modeling/gmf/updates/releases
Eclipse Webtools http://download.eclipse.org/webtools/updates/
Eclipse BPEL     http://download.eclipse.org/technology/bpel/update-site/
然后,由Eclipse自动安装。

猜你喜欢

转载自caiqm.iteye.com/blog/1062780