Java Pathways

Discussion in 'Bukkit Help' started by Squirrelboy1225, Apr 2, 2013.

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

    Squirrelboy1225

    So, I've used Bukkit for quite a long while and was helping a friend make a server. The files work fine on my computer and the server runs well. On theirs, this error pops up when running the .bat:

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

    So when they do this:

    http://wiki.answers.com/Q/How_do_yo...ternal_command_operable_program_or_batch_file

    the server works perfectly fine, however minecraft.exe no longer runs. They have tried deleting the .minecraft files and redownloading the .exe, but nothing has been able to fix it, and I'm thinking it probably has to do with the java path. Anyone with some java know-how able to help here?

    Thanks!
     
  2. Offline

    JWhy

    I think they screwed up their %PATH% variable then.
    They should be able to start Minecraft by getting the minecraft.jar and putting it into the same directory as a minecraft.bat, which should contain the following:
    java -jar minecraft.jar
     
Thread Status:
Not open for further replies.

Share This Page