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
Is the jar file name correct? Do you have 1GB of free RAM? This tool can generate you a .bat file: Link
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.
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.