`
my_java_life
  • 浏览: 144262 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

myEclipce的Axis2的插件

阅读更多

2、将插件解压缩到MyEclipse根目录下的Axis-Plugin-Dir\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,然后删除MyEclipse\eclipse\configuration目录下的org.eclipse.update目录

4、启动myeclipse,在file->new->other中即可看到Axis2 Wizards,如下图所示。至此,axis2插件安装成功。
参考资料:
[1] http://www.blogjava.net/mlzry0612/articles/185209.html
MyEclipse下Axis2插件安装笔记

 

 

 

 

 

关闭 Eclipse
- copy %AXIS2_HOME%\lib\backport-util-concurrent-3.1.jar 到下列 folder
%ECLIPSE_HOME%\plugins\Axis2_Codegen_Wizard_1.3.0\lib

- 注册此 jar 包: 編輯 %ECLIPSE_HOME%\plugins\Axis2_Codegen_Wizard_1.3.0\plugin.xml , 在 <runtime> 內加入下面的字串
<library name="lib/backport-util-concurrent-3.1.jar">
<export name="*"/>
</library>

- 执行 Eclipse 即可

- 若问题仍存在, 尝试改变Eclipse 使用的 JRE, 换成 JAVA 6
- 使用 JRE 1.6 启动 Eclipse 后, 若仍有问题, 试着加入 -clean 参数启动 Eclipse, 清除 osig cache:
eclipse.exe -vm "c:\java\jre1.6.0_05\bin\java.exe" -clean -console -consoleLog -debug -vmargs -Xmx384M

- 关闭 Eclipse 后, 再以一般方式启动 Eclipse, 应可解决问题

[參考]
Error while using Axis2 Code Generator Plugin for Eclipse
http://www.nabble.com/Error-while-using-Axis2-Code-Generator-Plugin-for-Eclipse-td17147595.html
http://web-latte.blogspot.com/2008/05/axis2-eclipse-plugin-code-generator.html


少包啦!
去AXIS2的安装目录的lib下面把backport-util-concurrent-3.1.jar和geronimo-stax- api_1.0_spec-1.0.1.jar复制到插件安装目录下面的lib里,在修改plugin.xml文件,在 <runtime>中间加入
          <library name="lib/backport-util-concurrent-3.1.jar">
<export name="*"/>
</library>
<library name="lib/geronimo-stax-api_1.0_spec-1.0.1.jar">
<export name="*"/>
</library>
就可以啦啊。

 

分享到:
评论

相关推荐

    myEclipce的axis2插件安装

    将插件解压缩到MyEclipse根目录下的Axis-Plugin-Dir\eclipse\plugins目录中,将Axis2_Codegen_Wizard_1.2.1改名为org.apache.axis2.tool.codegen.eclipse.plugin.CodegenWizardPlugin,将Axis_Service_Archiver_...

    axis2插件axis2插件

    Axis2_Codegen_Wizard_1.3.0已加入backport-util-concurrent-3.1.jar ,geronimo-stax-api_1.0_spec-1.0.1.jar两个jar包 包含 Axis2_Codegen_Wizard_1.3.0 Axis2_Service_Archiver_1.3.0

    MyEclipse下Axis2插件安装笔记

    MyEclipse下Axis2插件安装笔记

    axis2-eclipse插件

    axis2-eclipse插件

    axis2插件包

    myeclipse的axis2插件包axis2-eclipse-service-plugin-1.6.2.zip和axis2-eclipse-codegen-plugin-1.6.2.zip axis2相关jar包axis2-1.6.2-war.zip,axis2-1.6.2-bin.zip,axis2-1.6.2-src.zip

    MyEclipse下Axis2插件的下载和安装:wsdl生成客户端

    1 下载 Myeclipse Axis2 插件 http: archive apache org dist ws axis2 tools 1 4 1 下载 axis2 eclipse codegen wizard zip 和 axis2 eclipse service archiver wizard zip ...

    Axis2插件下载

    Axis2插件,java,eclipse安装,安装网上很多,但是容易出问题,如果有问题请看,http://bailong139.blog.163.com/blog/static/20723810020134117593367/

    eclipse手动安装axis2插件

    eclipse手动安装axis2插件步骤: 1、解压缩附件放到eclipse的dropins目录下 2、dropins目录下新建xxx.link文件,编辑该文件写入所在路径,如path=C:\\sts-3.9.4.RELEASE\\dropins 3、重启eclipse

    axis2_插件

    axis2插件,myEclipse代码生成插件

    myeclipse6.5 下axis2插件的安装

    讲解在myeclipse6.5下axis2插件的安装,内容包含到怎么把axis2-eclipse-codegen-wizard-1.4.zip和axis2-eclipse-service-archiver-wizard-1.4.zip包解压放到myeclipse6.5\eclipse\plugin下面和link文件的设置

    eclipse axis2插件安装

    eclipse axis2 插件安装,成功安装实验过,绝对好用。

    myeclipse axis2插件两个插件

    myeclipse axis2插件,包括axis2-eclipse-codegen-plugin-1.6.2.zip 和 axis2-eclipse-service-plugin-1.6.2.zip;亲测myeclipse 8.6 可用。

    MyEclipse 8.5 Axis2 插件完整jar包开发webservice

    MyEclipse 8.5 安装 Axis2 插件所需的完整JAR包 两个axis2插件,以及三个javax.xml jar包 将jar包拷贝到{%myEclipse8.5安装目录%}\dropins文件夹下即可 --org.apache.axis2.eclipse.codegen.plugin_1.6.2.jar --...

    myeclipse8.5使用axis2插件开发webservice服务并调用--操作步骤图解

    使用myeclipse8.5安装axis2插件,工程主要是通过server端类生成服务,生成客户端。 1、使用服务端类com.Hello.java,com.Other.java生成wsdl、aar文件【aar文件通过axis2插件的Axis2 service archiver生成】【wsdl...

    axis2插件

    axis2插件

    myeclipse8.5使用axis2插件开发webservice服务并调用

    使用myeclipse8.5安装axis2插件,工程主要是通过server端类生成服务,生成客户端。 1、使用服务端类com.Hello.java,com.Other.java生成wsdl、aar文件【aar文件通过axis2插件的Axis2 service archiver生成】【wsdl...

    Axis2 插件

    Eclipse的Axis插件,用来生成Web Service WSDL 服务端客户端代码

Global site tag (gtag.js) - Google Analytics