" ' java ' is not recognized as an internal or external command, operable, or batch file.

Discussion in 'Bukkit Help' started by PVPPerson, Jul 16, 2014.

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

    PVPPerson

    " ' java ' is not recognized as an internal or external command, operable, or batch file. When I open run.BAT in cmd it give me this message, but when I press a key it just closes, please help! Someone please help, I realize I probably should have given a bit more information so here.

    Im using windows 7, 64-bit operating system, and if any other information is needed I can post that as well.
     
  2. Offline

    LHammonds

    Maybe this will help:
    http://wiki.bukkit.org/Setting_up_a_server

    If Java is installed but typing "java" does not find it in your environment path, you could specify the path to where java is installed which is what the above post was trying to say.

    Example:
    Code:
    "%ProgramFiles%\Java\jre7\bin\java.exe" -XX:MaxPermSize=128M -Xmx2048M -Xms2048M -jar craftbukkit.jar nogui
    
    LHammonds
     
Thread Status:
Not open for further replies.

Share This Page