I Cant Make My Server!

Discussion in 'Bukkit Help' started by Minecraft_Lover03, Jan 25, 2014.

Thread Status:
Not open for further replies.
  1. i have tried to make a buckkit server but it does not work it wont start the server heres the command prompt:

    C:\Users\Trent\Desktop\New folder\CreepyCreeper516's Server>java -Xmx1024M -jar
    craftbukkit.jar -o true
    'java' is not recognized as an internal or external command,
    operable program or batch file.

    C:\Users\Trent\Desktop\New folder\CreepyCreeper516's Server>PAUSE
    Press any key to continue . . .

    Then when i press a key it closes and does nothing please help! Thanks!
     
  2. Offline

    Arrxzon

    Minecraft_Lover03
    im not sure how to tell it to look in a directory but your going wrong there
    just replace with this just make sure the .bat is in the same folder as craftbukkit.jar and it will work

    java -Xms512M -Xmx1048M -jar craftbukkit.jar -o true
    PAUSE
     
  3. Thanks sooooo much ill try it!
     
  4. Arrxzon it still does the same thing! what do i do?

    Arrxzon
     
  5. Offline

    Mister_Fix

    Run it through java instead.
    Code:
    @Echo off
    "C:\Program Files\Java\jre7\bin\java.exe" -Xms1280M -Xmx1280M -jar craftbukkit.jar
    pause
     
  6. Offline

    kazdj21

    Your Java isn't in directory

    Solutions:
    1.) Make Java available in your directory

    Recommended:
    1.) Reinstall Java
    2.) Update Java to its latest.
     
  7. Offline

    Arrxzon

    Minecraft_Lover03
    that's strange it's what i always use so i don't see why it wouldn't work
    is java updated ? www.java.com/verify
    and try what the other guys recommend too
     
Thread Status:
Not open for further replies.

Share This Page