How do I stop the server?

Discussion in 'Bukkit Help' started by johnr754, Jun 20, 2012.

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

    johnr754

    I can't seem to use the 'run.bat' file correctly. It says this:
    "The system cannot find the path specified.
    Press any key to continue."

    And I can't op myself, so how do I stop the server?
     
  2. Offline

    travja

    Are you using R3 or R4?

    For R4 use this:
    Code:
    @ECHO OFF
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1024M -jar "craftbukkit-1.2.5-R4.0.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86"  java -Xincgc -Xmx1024M -jar "craftbukkit-1.2.5-R4.0.jar"
    PAUSE
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  3. Offline

    johnr754

    I'm using R4.0! But it said,
    Code:
    Unable to access craftbukkit-1.2.5-R4.0.jar
    Press any key to continue...
    Then, again, I renamed it to just 'craftbukkit'.
     
  4. Offline

    travja

    So change craftbukkit-1.2.5-R4.o.jar to craftbukkit.jar
     
  5. Offline

    johnr754

    Thank you!

    Never mind. I was running another server on another thing...and I tried stopping it. EVEN THOUGH IT SAID IT STOPPED, IT. DID. NOT. STOP. My computer is blessed with eternal lag!!!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  6. Offline

    JOPHESTUS

    • If he knew everything, he wouldn't post on the help forums. Be nice.
    Kill the java process you noob johnr754
     
  7. Offline

    AddictGamez

  8. Offline

    johnr754

    Sorry, I'm just new to making servers... But I'll see.

    Bump...I tried that, I couldn't find javaw.exe, and I don't know what to do, other than uninstalling Java 7.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  9. Offline

    johnr754

    Bumpity bump. I don't know how to stop the proccess.
     
  10. Offline

    KomradeMort

    restart your computer or press CTRL+ALT+DELETE open task manager go to process and find java or javaw and click stop process
     
  11. Offline

    scree44s

    i think i can help you with javaw.exe ive had some of the same problems with starting a bukkit server and havent figured out how to work bukkit yet but go ahead and stop javaw.exe if you've already dowloaded the minecraft server software from the site by running it, go back on and save it along with the world as the default and run it, you then can run it continuously and wont have to worry about javaw.exe, and you can then worry about making a bukkit server.
     
Thread Status:
Not open for further replies.

Share This Page