posted 15 years ago
Hi,
I am new to webservices.
i am running one sample standalone program from developerworks IBM.
here is the build.mxl file that i am using
project default="wsgen">
<target name="wsgen" >
<exec executable="wsgen">
<arg line="-cp ./bin -keep -s ./src -d ./bin com.myfirst.wsServer.SayHello"/>
</exec>
</target>
</project>
While running this file , i am getting error like
Cannot run program "wsgen": CreateProcess error=2, The system cannot find the file specified
And if i change the <exec executable="to the path where i am creating build.xml file">
i am getting error like
java.io.IOException: Cannot run program ----CreateProcess error=5, Access is denied...
Please help me out in this...
Thankx in advance