在myeclipse配置Axis2插件
一、环境准备1.1软件下载准备
(请大家自己准备)
Tomcat 5.5
Eclipse 3.2:
MyEclipse5.5M1:
Axis War包:
http://apache.justdn.org/ws/axis2/1_4_1/axis2-1.4.1-war.zip
Axis Eclipse plug-in(代码生成工具和打包工具):
http://apache.justdn.org/ws/axis2/tools/1_4_1/axis2-eclipse-codegen-wizard.zip
http://apache.justdn.org/ws/axis2/tools/1_4_1/axis2-eclipse-service-archiver-wizard.zip
1.2安装
A.首先搭建开发环境,安装Eclipse和myEclipse.目录为C:\Program Files\MyEclipse 5.1.1 GA
B.将下载到的Axis 的两个plug-in解压缩到C:\Program Files\MyEclipse 5.1.1 GA\eclipse\plugins目录下。
C.在plugins目录下修改刚才解压的两个文件夹名:
将Axis2_Codegen_Wizard改名为org.apache.axis2.tool.codegen.eclipse.plugin.CodegenWizardPlugin,将Axis_Service_Archiver-wizard.改名为
org.apache.axis2.tool.Axis_Service_Archiver_1.3.0
d.在C:\Program Files\MyEclipse 5.1.1 GA\eclipse\links目录下新建文件名为:axis-eclipse-plugin.link
内容为:
path=C:\Program Files\MyEclipse 5.1.1 GA\eclipse\plugins
1.3 启动myeclipse,在file->new->other中即可看到Axis2 Wizards,至此,axis2插件安装成功。
页:
[1]