Friend is trying to make server

Discussion in 'Bukkit Help' started by XxDeath_ShadowxX, Mar 17, 2012.

Thread Status:
Not open for further replies.
  1. I'm trying to help a friend make a server,he downloads the .jar puts it in the folder creates the .bat with this code
    i checked he is 64 bit...well when he click the start.bat it tells him
    what is happening
    thanks for the help in advance
     
  2. Offline

    cray_Z

    u have to rename the craftbukkit-1.2.3-R0.2.jar to craftbukkit.jar
     
  3. we did that...
     
  4. Offline

    BlurredVision

    Oh I hate the start script you use, never works for me.
    Try this:
    Code:
    @ECHO OFF
    java -Xmx1024M -Xms1024M -jar "craftbukkit-1.2.3-R0.2.jar"
    PAUSE
    
     
  5. ohh tht code didnt work
     
  6. Offline

    jaboy

    is the "craftbukkit.jar" file in the same folder as the bat ?!
     
Thread Status:
Not open for further replies.

Share This Page