`
wsm543986221
  • 浏览: 12210 次
  • 性别: Icon_minigender_1
  • 来自: 湖南
最近访客 更多访客>>
社区版块
存档分类
最新评论

myeclipse8.5+axis2安装

阅读更多

确定myeclipse没打开。

 

 

 

1--下载插件:axis2-eclipse-codegen-wizard.zip 和axis2-eclipse-service-archiver-wizard.zip         

已经上传

 

2----解压插件到  myeclipse8.5 的安装目录的dropins文件夹中,

如:D:\ProgramFiles\Genuitec\MyEclipse 8.5\dropins 

 

3---在加入的Axis2_Codegen_Wizard_1.4.0\lib中添加:backport-util-concurrent-3.1.jar        已上传

 

4---修改加入的  Axis2_Codegen_Wizard_1.4.0中的plugin.xml

 

 在  <runtime>  。。。。</runtime>中添加

 

 <library name="lib/geronimo-stax-api_1.0_spec-1.0.1.jar"> 
    <export name="*"/> 
 </library>   
 <library name="lib/backport-util-concurrent-3.1.jar"> 
    <export name="*"/>
 </library> 

 

5----打开myeclipse利用wsdl文件生成java代码,出错!(一般都这样),解决方法:

关闭 myeclipse;

修改上面提到的plugin.xml文件:把里面的 version="1.3.0"
改为: version="1.4.0"
(注:下载的插件为  1.4.0 的,解压后发现变为 1.3.0,可能是通用的(这么想的),但是还是要改改,才可以,呵呵)。

 

 

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics