Hi,
I have started with the installation of VMWare SDK on Linux (Ubuntu-12.04) and installed the VMware vSphere Web Services SDK from http://communities.vmware.com/community/vmtn/developer/downloads. I set the JAVAHOME path. Now inside SDK/vsphere-ws/java/Axis, when I try to run one of the sample scripts using command:
$> run.sh com/vmware/samples/general/Connect https://<IP-address-of-vcenter> <username> <password>
I get this error: run.sh: command not found
Am I missing something here? Is there anything else that needs to be done here?