Help My Server Won't Start!

Discussion in 'Bukkit Help' started by bcman12358, Feb 6, 2014.

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

    bcman12358

    when ever i try to run my server i get the error..

    java -Xmx1024M -jar craftbukkit.jar -o true 'java' is not recognized as an internal or external command, operable program or batch file.

    The craft bukkit file is named craftbukkit so that is not the issue.

    Plz Help Me!
     
  2. Offline

    Iroh

    What is the name of your craftbukkt.jar file? If it has #'s on the end remove them.
     
  3. Offline

    Nghtmr9999

    shouldn't "ava" be "Java"?
     
    fflip8 likes this.
  4. Offline

    fflip8

    It should be Java
     
  5. Offline

    Jake6177

    Change: ava -Xmx1024M -jar craftbukkit.jar -o true
    To: java -Xmx1024M -jar craftbukkit.jar -o true

    If that doesn't work, then you need to specify the full path to your Java executable. An example might be:

    "C:/Program Files/Java/jre7/bin/java.exe" -Xmx1024M -jar craftbukkit.jar -o true
     
  6. Offline

    fflip8

    also make sure the craftbukkit.jar is actually named craftbukkit.jar. it may be named other things.
    also are you sure you want only one gigabyte assigned? I would at least have 2 if you use a few plugins :)
     
  7. Offline

    bcman12358

    i already fixed the ava thing
     
  8. Offline

    Necrodoom

Thread Status:
Not open for further replies.

Share This Page