Why Doesn't this start bat work?

Discussion in 'Bukkit Help' started by FuturaEX, Apr 5, 2012.

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

    FuturaEX

    it's for a 32-Bit computer
    why doesn't it work? please help :)

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.2.4-R1.0.jar
    PAUSE
     
  2. Offline

    ZeroZX4

  3. Offline

    Bertware

    Is the jar file name correct?
    Do you have 1GB of free RAM?
    This tool can generate you a .bat file:
    Link
     
  4. Offline

    JadElClemens

    I'm a total nub at computers in general so don't blame me if this is entirely wrong, but why do you have -Xincgc there? Why not just -Xmx1G? I don't know what either does, but I use -Xmx1G in place of the -Xincgc you have, and it starts with 1G just fine.
     
  5. Offline

    Lolmewn

    It's for garbage collecting if I'm not mistaken. Shouldn't cause any trouble though.

    To the end of your file, add
    and come back with the result.
     
Thread Status:
Not open for further replies.

Share This Page