Bukkit not working

Discussion in 'Bukkit Help' started by ninjayoshi, Jul 9, 2011.

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

    ninjayoshi

    So i have put everything i need in the folder and made a .bat called RUN im not sure if i put in the right code tho and when i try to start it it says... The system cannot find the path specified. Press any key to continue . . .

    i have a 64 bit computer so i put in this....
    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    and i have tryed the other one too
    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    which then says Unable to access jarfile craftbukkit-0.0.1-SNAPSHOT.jar
    Press any key to continue
     

    Attached Files:

  2. Offline

    LaLa

    Unless your like running off of a vps, you should only need this in your bat:
    java -Xms512M -Xmx1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    Although, I'm no expert with these start-up codes
     
  3. Offline

    ImminentFate

Thread Status:
Not open for further replies.

Share This Page