[HELP] Black cmd window

Discussion in 'Bukkit Help' started by chapan, Apr 3, 2011.

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

    chapan

    So, The problem is that when I try to boot my server the cmd window just decides to go black.
    I am running a windows 7, SP 1 64bit system (x86) with Java version 6. I dont use any wrappers or plugins and the version of bukkit that im using is #630.

    I am using myself off the code (.bat file) to launch the server:

    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE

    It just gives me a black cmd window and I got no idea why, Any clues how I could fix this?
     
Thread Status:
Not open for further replies.

Share This Page