set JAVA_HOME= C:\Program~1\Java\jdk1.5.0_18 set PATH=C:\apache-cxf-2.2\bin;C:\Program~1\Java\jdk1.5.0_18\bin;%PATH%
-----Original Message----- From: sridhar veerappan [mailto:[email protected]] Sent: 15 April 2009 14:44 To: [email protected]; [email protected] Subject: Re: Wsdl2java in cxf issue I tried all the commands , but not working. C:\apache-cxf-2.2\bin>set JAVA_HOME=C:\Program~1\Java\jdk1.5.0_18\bin C:\apache-cxf-2.2\bin>wsdl2java ContactService.wsdl The system cannot find the path specified. C:\apache-cxf-2.2\bin>set JAVA_HOME="C:\Program~1\Java\jdk1.5.0_18\bin" C:\apache-cxf-2.2\bin>wsdl2java ContactService.wsdl The system cannot find the path specified. C:\apache-cxf-2.2\bin>set JAVA_HOME="C:\Program~1\Java\jdk1.5.0_18\bin\java" C:\apache-cxf-2.2\bin>wsdl2java ContactService.wsdl The system cannot find the path specified. C:\apache-cxf-2.2\bin> Thanks Sridhar On Wed, Apr 15, 2009 at 7:06 PM, Oscar Reitsma <[email protected]> wrote: > Is your JAVA_HOME set to the correct location. > try typing: %JAVA_HOME%\bin\java > to check this > > On Wed, Apr 15, 2009 at 2:59 PM, sridhar veerappan <[email protected] > >wrote: > > > Hi, > > I am trying to extract stubs using the command line from , but system > > cannot > > find the specified path. > > > > C:\apache-cxf-2.2\bin>wsdl2java ContactService.wsdl > > or > > wsdl2java -p ContactService.wsdl > > or > > wsdl2java -client ContactService.wsdl > > > > > > The system cannot find the path specified. > > > > Can anyone help to solve this problem. > > > > Thanks in Advance > > > > Sridhar > > >
