Bukkit Server 1.3 help!

Discussion in 'Bukkit Help' started by kimhyun323, Aug 8, 2012.

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

    kimhyun323

    While I finished download the bukkit 1.3 server, I had a bit of a problem. I couldn't find my start.bat file. @.@ Can anyone help me for a bit and tell me how I can get the startserver.bat file?
     
  2. Look at http://wiki.bukkit.org/Setting_up_a_server
    They say you need to make a text file with this text inside: (For windows with Java 6)

    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
     
  3. Offline

    kimhyun323

    Hi. Just created another file inputting the code. I changed my .txt file to a bat file but it shows an error message that states, "The system could not find the path specified."
     
Thread Status:
Not open for further replies.

Share This Page