run server wont work.

Discussion in 'Bukkit Help' started by NoobOWN3R, Feb 11, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    NoobOWN3R

    Well im making a server and im stuck doing this part

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1-SNAPSHOT.jar
    PAUSE


    And when i click the run server thing it says
    "The system cannot find the path specified.
    Press any key to continue"

    What do i do?
     
  2. Offline

    AgentKid

    NoobOWN3R Are you running on a machine with 64 bit java?
     
  3. Offline

    NoobOWN3R

    Yes
    i think

    64 bit operating system yes

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
  4. Offline

    A7X_Barcelona

    edit it and put this cause what you did that for only 32bit systems this one is for 64 bit systems
    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    %ProgramFiles(x86)% \Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1-SNAPSHOT.jar
    PAUSE

    if it doesn't work PM Me
     
  5. Offline

    ImminentFate

    try this:
    PHP:
    @Echo OFF
    SET BINDIR
    =%~dp0
    CD 
    /"%BINDIR%"
    java -Xincgc -Xmx1G -jar craftbukkit-1.1-R1-SNAPSHOT.jar
    PAUSE
    A7X_Barcelona
    that only works if he has 32bit java on a 64bit OS
     
Thread Status:
Not open for further replies.

Share This Page