[AXIS2] java2wsdl classpath

2007-02-14 Thread Alistair Young
Are there any examples of setting the classpath with java2wsdl? I've tried: java2wsdl.sh -cp .:/lib/test.jar -cn org.testing.Tester but it fails to find the classes in /lib/test.jar thanks, Alistair -- mov eax,1 mov ebx,0 int 80h

Re: [AXIS2] java2wsdl classpath

2007-02-14 Thread Manoj Khangaonkar
Alistair, The -cp is a java runtime command line option. What ever you pass here is passed to the java.exe that executes the jave code. If you look in the script ( java2wsdl.sh or java2wsdl.bat) you will see that the code (1) creates something called AXIS2_CLASSPATH ( all the axis runtime

Re: [AXIS2] java2wsdl classpath

2007-02-14 Thread Alistair Young
thanks for that. I started with the correct classpath for os x format: java2wsdl.sh -cp .:/lib/test.jar -cn org.test.tester but it doesn't find classes in test.jar Alistair -- mov eax,1 mov ebx,0 int 80h Alistair, The -cp is a java runtime command line option. What ever you pass here is