Run CraftBukkit

Discussion in 'Bukkit Help' started by Pinoyskii, Jan 31, 2014.

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

    Pinoyskii

    I've been trying to start up a server, but there are some errors. I tried looking at other posts and tutorials, but they didn't work. I even tried downloading a pre made server. I think there is a problem with java or whatever. This is what I did.

    1. Create Folder
    2. Put craftbukkit 1.6.4
    3. Renamed it to craftbukkit
    4. added text document and tried these codes
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
    and
    java -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
    5. saved the text document as run.bat
    6. Launched the .bat file and this is what it said
    C:\Users\*My name was here*\Desktop\server(1)>java -Xmx1024M -jar craftbukkit.jar -o true 'java' is not recognized as an internal or external command, operable program or batch file. C:\Users\*My name was here*\Desktop\server(1)>PAUSE Press any key to continue . . .
     
  2. Offline

    jjhhgg100123

    Try updating your java, or if your running a different operating system other then windows look it up for you os/operating system
     
  3. Offline

    tommy099431

    And the craftbukkit should be 1.7.2-1.7.4
     
  4. Offline

    Bobcat00

    What OS are you running? 32 or 64 bit?
     
  5. Offline

    SunriseMoon79

  6. Offline

    MegaCow2011

    Taht path dough.:(
     
  7. Offline

    Pinoyskii

    I'm running 64 bit
     
  8. Offline

    Bobcat00

    64-bit Windows? Install 64 bit Java, then use the following. The quotes are required!
    Code:
    "C:\Program Files\Java\jre7\bin\java.exe" -Xms2048m -Xmx2048m -jar craftbukkit.jar -o true
    
     
Thread Status:
Not open for further replies.

Share This Page