Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: wso2Server installation issue

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default wso2Server installation issue

    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.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: wso2Server installation issue

    C:\Program' is not recognized as an internal or external command,
    In some places you enter a path with a space in a folder name you need to enclose the path in "s
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Oct 2013
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: wso2Server installation issue

    ok..
    Now it is working fine . i set the correct path

Similar Threads

  1. java installation
    By MumeenIdris in forum Java IDEs
    Replies: 1
    Last Post: August 10th, 2013, 11:51 AM
  2. Replies: 8
    Last Post: October 3rd, 2012, 11:48 AM
  3. Help with Netbeans installation
    By zhaotianwu in forum Java IDEs
    Replies: 6
    Last Post: December 11th, 2010, 07:27 PM
  4. Remote Installation
    By manshi in forum Java SE APIs
    Replies: 3
    Last Post: November 2nd, 2010, 05:52 AM

Tags for this Thread