In http://blog.csdn.net/downmoon/archive/2010/08/24/5834773.aspx
I have introduced how to install Apache axis2 1.4.1 in eclipse 3.6. Do not install Apache axis2 1.5.1. Otherwise, the installation will fail.
Yesterday, due to environment updates, Apache axis2 1.5.4 was re-installed. The update is successful in the drop in mode!
The procedure is as follows:
1. To http://axis.apache.org/axis2/java/core/download.cgi
Download the latest 1.5.4 and decompress it to D:/2000/Java/axis2,
Note that my environment variable is (java_home = D:/2000/Java/jdkupdate)
Modify the related BAT files under axis2/bin. There are four files in total.Axis2.
Bat,Axis2server.
Bat,Java2wsdl
. BAT andWsdl2java
. Bat
Add the following three lines to the first line of the four BAT files:
Set java_home = D:/2000/Java/jdkupdate
Set axis2_home = D:/2000/Java/axis2
Set axis2_class_path = % axis2_home %/lib
Run
Axis2server.
Bat, OK!
2. To http://axis.apache.org/axis2/java/core/tools/eclipse/wsdl2java-plugin.html#operation1
Download the latest code generator Wizard guide for Eclipse plug-in and decompress it to D:/2000/Java/Eclipse/dropins.
Path: D:/2000/Java/Eclipse/dropins/axis2-eclipse-codegen-plugin-1.5.4
And D:/2000/Java/Eclipse/dropins/axis2-eclipse-service-plugin-1.5.4
Now, open eclipse 3.6.2 to see the familiar axis2 wizard interface.
Note: A friend reported that it is eclipse classic 3.6.2,
The wizard interface cannot appear,
Solution: Download
Eclipse IDE for Java developers
Or
Eclipse IDE for Java EE developers
Invitation month Note: The copyright of this article is jointly owned by the invitation month and csdn. For more information, see the source.
Helping others is the same as self-help!
3w@live.cn