I think you will have to include all the jar files in that directory instead of just only the containing directory. You can look in any batch file script for a command to include a set of files instead of explicitly specifying every one of them. -Madhav
________________________________ 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
