MyEclipse 8.5 安装Axis2 插件

最近在学习webservice,试图安装axis2的插件到我的myeclipse8.5上。

首先用myeclipse自带的find and install功能,搜索到了两个目标,但安装更新后,并没有在new-other中出现axis2 Wizards。

于是又从apache-axis官网上下载的axis2的eclipse插件(zip文件),解压后,连同plungins目录一并丢到myeclipse安装目录下的dropins中。重启myeclipse报错。

报错信息大致是说缺少包:javax.xml.stream_1.0.0,javax.xml.stream.utils_1.0.0,javax.xml.bind_1.0.0

还好我还安装过一个eclipse-endigo,从安装目录下的plungins文件夹中copy出

 
javax.xml_1.3.4.v201005080400.jar
javax.xml.stream_1.0.1.v201004272200.jar
javax.xml.bind_2.1.9.v201005080401.jar
三个文件到myeclipse安装目录下的dropins下的plungins下。删除update文件夹,再重启下myeclipse,搞定。

猜你喜欢

转载自2770348758.iteye.com/blog/2157587