help!!! bukkit is not starting!!

Discussion in 'Bukkit Help' started by mentalmatt01, Jun 2, 2011.

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

    mentalmatt01

    I know this will make me sound like a newb but....

    When i download craftbukkit i follow the instructions and when i double click on the RUN.bat cmd appears saying "The system cannot find the path specified.
    Press any key to continue . . ."

    i have tried changing the code or something (the notepad bit) from 32 bit to 64 bit and it didnt work

    please help to i can use the console.

    also how do you use craftbukkit and server togeher (im notup to that)
     
  2. Offline

    Lolmewn

    It means it can't find Java. What is your startupscript?
     
  3. Offline

    mentalmatt01

    not entirly sure as i said im a bit of a newb

    in think this is what your talking about
    @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar PAUSE
    for some reason i still hae the box any way do i need to run a versoin of java or something?
     
  4. Offline

    Lolmewn

    Make it this:
    Code:
    @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
    And try again plz
     
  5. Offline

    Bashoogers

    Means the XMX1G 1 GB ram?
     
  6. Offline

    Lolmewn

    Yes it does. This is my startup:
    Code:
    @echo off
    java -XX:PermSize=128m -XX:MaxPermSize=256m -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=5 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -Xnoclassgc -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedStrings -XX:+OptimizeStringConcat -Xmx4G -Xms2G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    All those extra things result in waaaay less RAM usage + better server performance (or at least, it seems to be helping quite a lot :p)
    Oh yeah, I've given my server some 2-4G.

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

    mentalmatt01

    that didnt work
    the start up you run would that work for me?
    also could it not be working because im running a hamachi server?
     
  8. Offline

    godgodgodgo

    I run a small server on my computer sometimes, will this one work on it?
     
  9. Offline

    Lolmewn

    It works with mine.
     
  10. Offline

    godgodgodgo

    I'm gonna keep using the one the craftbukkit instructions give. I'm pretty sure I don't have 4g of xmx or whatever
     
  11. Offline

    Lolmewn

    How much RAM do you have?
    4G means it can use up to 4G. I recommend using the MC Server Gui though, it works perfect :p
     
  12. Offline

    godgodgodgo

  13. Offline

    Lolmewn

    Yeah that one :p
    I love it =D
    Use 2G If you have 4G, that should work just fine.
     
Thread Status:
Not open for further replies.

Share This Page