Need help with 1.9 Pre5 build

Discussion in 'Bukkit Help' started by Cerilean, Oct 31, 2011.

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

    Cerilean

    Hi, not sure if this is the right place to post this, so if it is just let me know where i should.
    I'm trying to run the dev-bukkit 1.9 #15, and i'm not sure how to do it.
    i tried to rename it the craftbukkit-0.0.1-SNAPSHOT and run it like normal, but i get the 'Failed to load main-class manifest atrribute from craftbukkit-0.0.1-SNAPSHOT' error.

    I'm running my server on windows XP, with 1gb of memory. Vanilla servers run perfectly well, and the server runs absolutely fine with craftbukkit 1131.

    Any help you could provide would be awesome.
    Thanks!

    Nevermind! i solved my issue! i was downloading dev-bukkit instead of dev-craftbukkit for 1.9! silly me!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  2. Offline

    Lolmewn

    oh silly you ;)
     
  3. Offline

    jdev21

    You could also create a new .BAT file so you won't have to keep renaming. Here is what mine looks like:

    Code:
    @Echo off
    "C:\Program Files\Java\jre6\bin\java.exe" -Xms1024M -Xmx4096M -jar craftbukkit-1.9-pre5-R1-SNAPSHOT.jar
    pause
    note: -Xmx4096M allows the server to use 4gb memory (you may want to change it).
     
Thread Status:
Not open for further replies.

Share This Page