I screwed up my run.bat file...

Discussion in 'Bukkit Help' started by fury, Nov 22, 2011.

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

    fury

    I replaced my old bukkit jar file with this one:

    http://ci.bukkit.org/job/dev-Bukkit/

    so that people could play with an updated minecraft, even with the risk of failing. Of course, I have never used a non-recommended build before, but I can't wait much longer. I decided to try to use it for the time being, but noticed it had a different name, so I figured that I would need to update the run.bat file. Here's my current (failing) file:

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar bukkit-1.0.0-R1-SNAPSHOT.jar
    PAUSE
    and this is my error:

    Code:
    Failed to load main-class manifest from
    bukkit-1.0.0-R1-SNAPSHOT.jar
     
  2. Offline

    shadrxninga

    fernferret likes this.
  3. Offline

    fury

    thank you! that worked! but now I have questions for Bukkit.... but those come later... now, MINECRAFT!
     
Thread Status:
Not open for further replies.

Share This Page