I need to install webservice in my eclipse.So as per the prerequisite i installed jdk1.7 ,then wso2 application server.Actually this was a zip file named as wso2as-5.2.2.zip. So i downloaded and extracted the file in this path C:\Program Files\Java\jre7\bin\wso2as-5.2.0\
Also i set environmental variable as set new system variable JAVA_HOME ; variable value C:\Program Files\Java\jre7
But then i tried to run the wso2server with this command line in prompt : C:\Program Files\Java\jre7\bin\wso2as-5.2.0\wso2as-5.2.0\bin\wso2server.bat --run
But it is not working and error is coming like C:\Program' is not recognized as an internal or external command,
operable program or batch file.
Can anybody help me to solve this issue and to run the wso2server in my system.
What is the basic idea behind installing the webservices and making it run in eclipse.