Hi,
I tried that one too, but not working.

C:\apache-cxf-2.2\bin>set JAVA_HOME= C:\Program~1\Java\jdk1.5.0_18;
C:\apache-cxf-2.2\bin>set
PATH=C:\apache-cxf-2.2\bin;C:\Program~1\Java\jdk1.5.0_
18\bin;%PATH%
C:\apache-cxf-2.2\bin>wsdl2java ContactService.wsdl
The filename, directory name, or volume label syntax is incorrect.
C:\apache-cxf-2.2\bin>wsdl2java.bat ContactService.wsdl
The filename, directory name, or volume label syntax is incorrect.
C:\apache-cxf-2.2\bin>wsdl2java d:\ContactService.wsdl
The filename, directory name, or volume label syntax is incorrect.
C:\apache-cxf-2.2\bin>

wsdl i place in same bin directory as well d:\

Thanks
Sridhar

On Wed, Apr 15, 2009 at 7:40 PM, Sean O'Callaghan <sea...@progress.com>wrote:

> 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:sriasa...@gmail.com]
> Sent: 15 April 2009 14:44
> To: users@cxf.apache.org; oreit...@gmail.com
> 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 <oreit...@gmail.com>
> 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
> <sriasa...@gmail.com
> > >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
> > >
> >
>

Reply via email to