"Failed to load Main-Class manifest" error starting 1.2.4 server

Discussion in 'Bukkit Help' started by Cellybeans, Mar 30, 2012.

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

    Cellybeans

    Umm. I can't even get the server to start up? I get this error when I double-click the run file:
    Code:
    Failed to load Main-Class manifest attribute from
    bukkit-1.2.4-R1.0.jar
    Press any key to continue . . .
    My run file contains:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar bukkit-1.2.4-R1.0.jar
    PAUSE
    (I had it running with that before this update)

    And I also changed it to
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar bukkit-1.2.4-R1.0.jar
    PAUSE
    but still no go.
     
  2. Offline

    c0mp

    You're using Bukkit, which is for developers. You need to use CraftBukkit.
     
  3. Offline

    Cellybeans

    Ah, thank you. I'm not sure how I got bukkit rather than craftbukkit ':D
     
Thread Status:
Not open for further replies.

Share This Page