1
Craftbukkit doesn't work anymore
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
' java ' is not recognized as an internal or external command, operable program or batch file
Wut do I do
3
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.jarJust redownloaded Java, didn't help typed in the right thing in the .bat, didn't work
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.
