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!
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
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