天天看點

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、将插件解壓縮到MyEclipse根目錄下的Axis-Plugin-Dir\eclipse\plugins(D:\MyEclipse 6.0\eclipse\plugins)目錄中,将Axis2_Codegen_Wizard_1.2.1改名為 org.apache.axis2.tool.codegen.eclipse.plugin.CodegenWizardPlugin,将 Axis_Service_Archiver_1.0.0改名為 org.apache.axis2.tool.Axis_Service_Archiver_1.0.0

3、在MyEclipse目錄下的eclipse\links目錄下增加檔案axis-eclipse-plugin.link,内容為 path=MyEclipse所在目錄的絕對路徑\\Axis-Plugin-Dir(D:\MyEclipse 6.0\eclipse\plugins),然後删除MyEclipse\eclipse\configuration目錄下的 org.eclipse.update目錄

4、啟動myeclipse,在file->new->other中即可看到Axis2 Wizards,如下圖所示。至此,axis2插件安裝成功