MyEclipse6.5上Axis2插件的装配 (亲测可行)

MyEclipse6.5上Axis2插件的安装 (亲测可行)
MyEclipse6.5下Axis2插件的安装

MyEclipse6.5下Axis2插件的安装

插件不能选择1.6.2,1.6.2死活安装不上,还是选择1.4.1吧,不和他置气了


1.下载axis2插件


下载地址:http://archive.apache.org/dist/ws/axis2/tools/1_4_1/
MyEclipse6.5上Axis2插件的装配 (亲测可行)

  下载axis2-eclipse-codegen-wizard.zip和axis2-eclipse-service-archiver-wizard.zip.
  下方已提供下载后的附件。


2.将上述两个插件都解压到$ECLIPSE_HOME\eclipse\plugins目录中
  (其中ECLIPSE_HOME为MyEclipse的安装目录),解压后的目录
   分别为Axis2_Codegen_Wizard_1.3.0 和Axis2_Service_Archiver_1.3.0。



3.在$ECLIPSE_HOME\eclipse\links目录下增加文件axis-eclipse-plugin.link,
   写入path= $ECLIPSE_HOME\eclipse\plugins 。



4.下载AXIS2,从资源包的LIB库中复制"geronimo-stax-api_1.0_spec-1.0.1.jar"和
   "backport-util-concurrent-3.1.jar"文件到Axis2_Codegen_Wizard_1.3.0的lib目录中,
    下方已提供附件下载,同时修改Axis2_Codegen_Wizard_1.3.0下的plugin.xml文件,
    在plugin.xml文件中的<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.重新启动eclipse, 在file->new->other中即可看到Axis2 Wizards。
   至此,axis2插件安装成功。如下:
MyEclipse6.5上Axis2插件的装配 (亲测可行)