A little problem....

Discussion in 'Bukkit Help' started by Maddin, Jan 26, 2011.

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

    Maddin

    i downloaded CraftBukkit and it works well but when i open it... no window opens. i watched at my task manager and the server is running. how do i make it that a cmd-window opens like in the hMod?

    ~/maddin/
     
  2. Offline

    Selbram

    Moved thread to correct forum.
     
  3. Offline

    Maddin

    ops sry =)
     
  4. Offline

    TnT

    What is the command you use to run the server right now?
     
  5. Offline

    Maddin

    Ummm..... Command?? I open that jar: craftbukkit 0.0.1 SNAPSHOT
     
  6. Offline

    user7

    What OS are you doing this on Maddin? I suspect what you need to do is launch from a terminal. Whether it be windows command prompt or bash. Then call java. Something like this
    Code:
    $ java -Xincgc -Xmx3072M -jar craftbukkit.jar nogui
    
    Then you have the ability to send commands to the server from the console.
    Might wanna read up on this post. Lots of great info.
    http://forums.bukkit.org/threads/how-to-improve-mincraft-server-performance.662/
     
  7. Offline

    mughi

  8. Offline

    Maddin

  9. Offline

    TnT

    You need to run it via command line (you never double click that jar, it won't work). A '.bat' file or '.sh' file is a way to set this up so you only have to double click that script to run it.
     
  10. Offline

    Maddin

    Ok next time when im on computer ill do it. Thx for help :D
     
Thread Status:
Not open for further replies.

Share This Page