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
You need to download Craftbukkit not Bukkit, Bukkit is the developer API and Craftbukkit is the server software. You're wanting this link:http://ci.bukkit.org/job/dev-CraftBukkit/
thank you! that worked! but now I have questions for Bukkit.... but those come later... now, MINECRAFT!