Search code examples
javaapacheweb-servicesapache-axis

"failed while installing axis2 core 1.1" in eclipse?


hello every one i am working java web service where i need to use axis 2 . i follow the some tutorial for resolve this issue ..

Steps which i followed

1) i selected Windows option and then its sub option -> Preferences.

2) Then i selected the axis web services and select the axis run time.

3) Then i gave the path of my axis2 binary and i got the "Axis2 Loaded successfully" message.

4) Then i create the dynamic web project with module 2.5 and then process next then i got this error.

enter image description here

i am traveling on web from 3 days but not find any solution for this .


Solution

  • finaly i solve this error by doing some changes which is follows as below steps

    Step 1) I use latest eclipse juno

    Step 2) i selected Windows option and then its sub option -> Preferences and give it to the path of the axis binary..

    Step 3) Then i create dynamic web application with 2.5 module without default run time

    and then next.. and i my problem is slove ....