unable to run bukkit

Discussion in 'Bukkit Help' started by WattledHook14, Nov 26, 2013.

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

    WattledHook14

    well i have been trying a lot to start a minecraft server 1.6.4
    but it is a fail as some errors show up when i try to run run.bat
    here are the steps what i did
    1.) i downloaded minecraft_server.1.6.4.exe
    i started and the minecraft_server.1.6.4.exe file and stop it when it was done.

    2.) i downloaded craftbukkit recommended build R2.0
    and renamed the file from "craftbukkit-1.6.4-R2.0.jar" to "craftbukkit.jar"

    3.) i created run.bat and pasted exactly what was given
    "java -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE"

    after all these steps it looked like this:


    [​IMG]
    4.) i tried to run run.bat and it is resulted it errors.
    [​IMG]

    here is the version of java i am using
    [​IMG]

    [​IMG]

    and yes one more thing
    i have run the server once before with my same pc same version of java
    but due to some issues i had to start my server again so i just deleted my server folder and started again and this issue did not allow me to continue
    please help me resolve this issue.
     
  2. Offline

    tom101_12

    try
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar spigot.jar
    PAUSE
     
  3. Offline

    WattledHook14


    thanks a lot
    just had to change spigot.jar to craftbukkit.jar
    thanks so much
    :D
     
  4. Offline

    tom101_12

    no problem
     
Thread Status:
Not open for further replies.

Share This Page