Read this if you can't get the newest craft bukkit to work

Discussion in 'Bukkit Help' started by topcat5665, Apr 5, 2011.

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

    topcat5665

    When you are making the run.bat, where it says craftbukkit-snapshot put 'craftbukkit-b617' instead. Make sure you read 'setting up a server' again because the lines have changed to make the run.bat

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

    New:

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

    Also, the main download link is not working, so use the mirrors.

    Hope this helps!
     
  2. Offline

    Plague

    reformat with CODE blocks please, this is unusable
     
  3. Offline

    ash243x

    this thread is useless...

    all you suggested here was renaming the file it is looking for to something that doesn't even match the regular JAR file snapshots.

    as a result the run batch just crashes immediately when it cant find the file.
     
  4. Offline

    Imacellist

    Rewrite the batch file too dummy. You should read the entire post before shouting off a response
     
Thread Status:
Not open for further replies.

Share This Page