"New" computer - console not working properly

Discussion in 'Bukkit Help' started by Woobie, Jul 19, 2013.

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

    Woobie

    Hey there, I just set up a Bukkit server on a new pc, and the console is not working properly.. not sure if this is intended.

    Using Windows 7 with jre7. I run the server with this batch code:
    Code:
    "C:\Program Files\Java\jre7\bin\javaw" -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
    
    I remember using a different code on my laptop, but I don't have access to that at the moment.

    Anyways, the problem I'm having is that the console doesn't output anything, nor does it allow input. The server is running fine though.

    Could someone who has more knowledge of Bukkit give me a better startup code?

    If you need any more information, just ask. Thanks.
     
  2. Offline

    Desle

    I have
    Code:
    java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
     
  3. Offline

    Woobie

    Thanks, but that's almost the same as what I have, the only few differences are that you specified the min and max ram, and you have the java path already set.

    Could you show me the java path you are using, aswell as your java version? Thanks.
     
Thread Status:
Not open for further replies.

Share This Page