HELP cant start bukkit?

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 . . .
     
  2. Offline

    Demonofbirth

    You should post the code you DID use.
     
  3. Offline

    The Angry kat

    Looks like you put the code in wrong or you have java in a weird place
     
  4. Offline

    Demonofbirth

    You might have a 64 bit operating system but you have 32 bit java.
     
  5. Offline

    ninjayoshi

    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
     
  6. Offline

    Demonofbirth

    @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar PAUSE

    does that work?
     
  7. Offline

    ImminentFate

Thread Status:
Not open for further replies.

Share This Page