MyEclipse下Axis2插件安装

1、下载MyEclipse Axis2插件(代码生成工具和打包工具)
    1) http://apache.justdn.org/ws/axis2/tools/1_1_1/axis2-eclipse-codegen-wizard.zip  
    2) http://apache.justdn.org/ws/axis2/tools/1_1_1/axis2-eclipse-service-archiver-wizard.zip

2、将插件解压缩到D:\MyEclipse 6.0\myeclipse\eclipse\plugins目录中,
   将 Axis2_Codegen_Wizard_1.2.1改名为
   org.apache.axis2.tool.codegen.eclipse.plugin.CodegenWizardPlugin,
   将 Axis_Service_Archiver_1.1.1改名为
   org.apache.axis2.tool.Axis_Service_Archiver_1.1.1

3、在D:\MyEclipse 6.0\eclipse\links目录下增加文件axis-eclipse-plugin.link,内容为 path=d:\\MyEclipse 6.0\\Axis-Plugin-Dir,然后删除D:\MyEclipse 6.0\eclipse\configuration目录下的org.eclipse.update目录

4、启动myeclipse,在file->new->other中即如果可以看到Axis2 Wizards,说明axis2插件安装成功。

你可能感兴趣的:(apache,eclipse,MyEclipse)