How to create Bukkit Server

Discussion in 'Bukkit Help' started by Ewoedo, Aug 17, 2012.

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

    Ewoedo

    Okay so basically I made a Bukkit Folder, put the downloaded Craftbukkit.jar into the folder opened notepad copied this @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE

    Into it. Now when I open the RUN.bat I just created it says the specified path cannot be found, or whatever.

    I am on Windows.

    I know this is probably a very dumb problem from my part, please don't insult me about it.

    Thanks in advance for any help.
     
  2. Offline

    Fuzzwolf

    Be sure that the directory listed actually leads to java.exe, if you have java7 then simply replace the '6' with '7'
     
  3. Offline

    Omnitv

    That is if you have Java 7 installed in programs / (x64)
     
Thread Status:
Not open for further replies.

Share This Page