1

Craftbukkit doesn't work anymore

itsprotonic 3/9/13 3:28 pm
98
3/9/2013 6:06 pm
When ever I try to put my server online, it comes up with this error in the command prompt:
' java ' is not recognized as an internal or external command, operable program or batch file

Wut do I do
Posted by
itsprotonic
Level 6 : Apprentice Architect
1

  Have something to say?

JoinSign in

3

oggehej
03/09/2013 6:06 pm
Level 18 : Journeyman Toast
There's probably an error in your .bat file, since the tutorial on the bukkit wiki doesn't always work, try to use this code instead:
Click to reveal
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
1
itsprotonic
03/09/2013 4:16 pm
Level 6 : Apprentice Architect
Just redownloaded Java, didn't help typed in the right thing in the .bat, didn't work
1
Z645
03/09/2013 3:48 pm
Level 31 : Artisan Geek
Either your Java is misconfigured or you don't have it. Try redownloading Java or typing in the right file location in the .bat file of the server.
1

Welcome