Thread: ´ant´ error

Results 1 to 4 of 4
  1. #1 ´ant´ error 
    Martinike
    Guest
    Code:
    'ant' is not recognized as an internal or external command,
    operable program or batch file.
    Press any key to continue . . .
    Any help please? Thanks

    I´m making RSC Server.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Jammy780's Avatar
    Join Date
    May 2008
    Posts
    1,319
    Thanks given
    13
    Thanks received
    47
    Rep Power
    619
    Edit the bat file, and copy the code here so we can see, make sure you put it in code tags like below:

    (delete the _ from below)

    [code_]
    pasted stuff
    [/code]
    Reply With Quote  
     

  3. #3  
    Martinike
    Guest
    run_server.bat
    Code:
    @echo off
    set PATH=%PATH%;C:\apache-ant-2.2.11\bin
    set JAVA_HOME=c:\Program Files\Java\jre1.6.0_05\bin\javaw.exe	1.6.0_05
    ant runserver
    pause
    //nvm fixed.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2009
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    If anybody else is having this problem, you need to have Apache Ant installed
    http://lmgtfy.com/?q=Apache+Ant
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •