Issue while running the client
-------------------------------
Key: AXIS2-4886
URL: https://issues.apache.org/jira/browse/AXIS2-4886
Project: Axis2
Issue Type: Test
Environment: Microsoft Windows XP OS
Reporter: flamingo
hi,
Am using Axis 1.5.1 and jdk 1.6. I have followed the below link to Am new to
web services and using axis for creating a sample web service. The following
link i have followed for creating.
http://www.roseindia.net/webservices/axis2/axis2-client.shtml
In Axis 2 client example, i was not able to compile. I resolved the compilation
issue by using the following command.
javac -extdirs D:\Axis2Tutorial\axis2-1.5.1-bin\axis2-1.5.1\lib
net/roseindia/*.java
Now, when am trying to run the client is was throwing the following error.
D:\Axis2Tutorial\Examples\HelloWorld\client\client\src>java net\roseindia\Test
Exception in thread "main" java.lang.NoClassDefFoundError: net\roseindia\Test
Caused by: java.lang.ClassNotFoundException: net\roseindia\Test
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: net\roseindia\Test. Program will exit.
I tried including jar files of axis while running but it was not working.
Please help me in resolving the issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]