CraftBukkit not appearing!

Discussion in 'General Help' started by ast5o, May 14, 2017.

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

    ast5o

    I have tried to start CraftBukkit a lot of times but I see that it is running background and the console is not appearing. Please help! I have renamed the file to single CraftBukkit.jar from CraftBukkit-1.11.2 and done that
    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE

    but nothing works. This is for java version 7 but I use Java version 8 and I don't know what to change.

    Windows 7 32bit
    Java 8 Update 121

    Please reply as soon as possible.
     
  2. Offline

    martian3333

    @ast5o
    Take off the path and just put
    java.exe -Xmx1024M -Xms1024M -jar craftbukkit.jar

    During the install windows is told where to find the current version of java to use.
     
  3. Offline

    ast5o

    It did not work.
    BTW thanks for your time to reply. The console still does not appear.
     
  4. Offline

    timtower Administrator Administrator Moderator

    @ast5o Does the server itself start though?
    What if you start the server from an open command line terminal?
     
  5. Offline

    ast5o

    How to open the server from open command line terminal? I don't even know how to do this! Please help.
     
  6. Offline

    timtower Administrator Administrator Moderator

    @ast5o Start a terminal.
    Call "<whateveryourstartfileiscalled>.cmd"
    Windows can start batch files from the cmd at least.
     
  7. Offline

    ast5o

    @timtower
    Sorry but, step by step please? I don't know nothing about this!
     
  8. Offline

    timtower Administrator Administrator Moderator

    @ast5o That was step by step...
     
  9. Offline

    ast5o

    @timtower I mean how to open the terminal, I googled it and it only says Mac or Linux.
     
  10. Offline

    timtower Administrator Administrator Moderator

    @ast5o Run menu, type cmd
     
Thread Status:
Not open for further replies.

Share This Page