Hi,

I haven't a file "axis.jar". Why It doesn't works if I add the CLASSPATH
variable to the enviroment variables? I have tested if java search in this
directory and it was successful. What is the problem?

Thanks

m. cavus

2007/7/18, Nanjappa B K <[EMAIL PROTECTED]>:

 Hi,

            Point your classpath to axis.jar. Also you have to set all the
other additional jars required for WSDL2C in the classpath.



            Alternatively, you can copy all the jars required for WSDL2C
into a folder and unjar them, set "." in the classpath, copy the wsdl file
into that folder and run the WSDL2C command.



Regards,

Nanjappa


 ------------------------------

*From:* Mustafa Cavus [mailto:[EMAIL PROTECTED]
*Sent:* Wednesday, July 18, 2007 5:16 PM
*To:* [email protected]
*Subject:* WSDL2C



Hello,

I have a problem wit WSDL2C.

I have read in the manual that I must add the CLASSPATH to the enviroment
variables, before I can use WSDL2C. I have added this:
CLASSPATH=/path-to-the-library/lib
export CLASSPATH

But I have always the same error if I want to generate stub and skeleton
with WSDL2C with the following command:

java org.apache.axis2.wsdl.WSDL2C -uri myArithmetik.wsdl -ss -sd -d adb -u

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/axis2/wsdl/WSDL2C

Thanks

M. Cavus

Reply via email to