"Failed to load Main-Class manifest attribute from bukkit-1.1-R1-SNAPSHOT.jar"

Discussion in 'Bukkit Help' started by nebbinb, Jan 15, 2012.

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

    nebbinb

    I ge this problem when attempting to run the latest dev build. I followed the install instructions properly and my run.bat looks like this:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar bukkit-1.1-R1-SNAPSHOT.jar
    PAUSE
    The file downloaded properly from ci.bukkit.org I just don't know. Any ideas?
     
  2. Offline

    Snipes01

    what is that jar name?...are you sure its not craftbukkit-1.1-R1-SNAPSHOT.jar. The name in the bat file must make the name of the bukkit jar.
     
  3. Offline

    nebbinb

    nope, it's just bukkit.
     
  4. Offline

    Snipes01

    hmm so what happens when you double click this run.bat?
     
  5. Offline

    Carver

    You probably downloaded the wrong file. You should download the dev-Craftbukkit, not dev-Bukkit, which I think you may have. Hope this helps you!
     
  6. Offline

    nebbinb

    Ahh thanks, I saw the others and knew I wanted just bukkit, not chatbukkit or anything just bukkit but forgot it was called craftbukkit. Thanks for helping out :)
     
Thread Status:
Not open for further replies.

Share This Page