Cannot Find the path specified?

Discussion in 'Bukkit Help' started by Rattar27, Jun 9, 2012.

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

    Rattar27

    Hey, i just installed windows xp x64 (64 bit)
    And i've installed java 7 64 bit and heres the command i use to start up the server:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
    And i get the error:
    PLEASE HELP!
     
  2. Offline

    andrewpo

    The craftbukkit.jar file MUST be in the same folder as the .bat/.command/.sh file you use to start Bukkit.

    The bukkit file MUST be called craftbukkit.jar
     
  3. Offline

    Rattar27

    The craftbukkit.jar file IS in the same folder?
     
  4. Offline

    jobbers12

    If craftbukkit is in the correct area make sure that the link to java you have there is actually correct. When I use the default batch file bukkit give you I always have to change that as java for me is in a different location.
     
Thread Status:
Not open for further replies.

Share This Page