I cant make my bukkitserver run

Discussion in 'Bukkit Help' started by jonx0420, Mar 7, 2013.

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

    jonx0420

    When i download the file and double click it then alot comes, but then when i have made the text in the notepad and named it Run.Bat then when i click on that one, it sais it requires java in the system, and then i click the link and come into the java site, but from there i dont know how to do

    I need help fast plzz, going to host a server to a lan
     
  2. im assuming your using "java -Xms1G -Xmx2G -jar craftbukkit.jar nogui" or something close to it and its giving an error along the lines of "not found"
    try using an absolute path:
    Code:
    "C:\Program Files\Java\jre7\bin\java.exe" -Xms1G -Xmx2G -jar craftbukkit.jar
    if that fails:
    Code:
    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xms1G -Xmx2G -jar craftbukkit.jar
     
Thread Status:
Not open for further replies.

Share This Page