Help!

Discussion in 'Bukkit Help' started by O_C_C_Y, Jun 16, 2012.

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

    Tallcraft

    Seriously, you are spamming the help-section, where people have serious problems that cannot be solved by google. -_-
     
  2. Offline

    Slayer9x9

    O_C_C_Y, it seems you do not have the Java JRE installed.
    See: http://java.com/en/download/index.jsp

    Note: I take back my note about installing 1.6. In this case, it doesn't matter, just remember when you want to develop plugins for your server, install the 1.6 JDK.
    To just run the craftbukkit server, the latest Java JRE is ok.
     
  3. Offline

    O_C_C_Y

    .

    why wont it work?

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

    Slayer9x9

    Did you install Java with that link I sent you I posted?
     
  5. Offline

    O_C_C_Y

    .

    yeh and i have 1.6 aswell

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

    Slayer9x9

    Do you have a x32 or x64 bit system?
     
  7. Offline

    O_C_C_Y

    .

    x32

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

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    If you continue to bump your topic without content I will lock it.
     
  9. Offline

    O_C_C_Y

    i have x32

    we do have topic i am trying to sort out my server

    .

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

    DT_Rush

    Lol change where it says
    Code:
    -jar craftbukkit.jar
    to
    Code:
    -jar craftbukkit-1.2.5-R4.0.jar
    Btw, don't spam next time
     
  11. Offline

    Slayer9x9

    It sounds like you have a faulty .bat file then.
    If you downloaded the latest RM build of craftbukkit, try the following in your .bat file:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "C:\Program Files\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit-1.2.5-R4.0.jar
    PAUSE
    In my case, I downloaded "craftbukkit-1.2.5-R4.0.jar" so my .bat file will be located within the same directory as "craftbukkit-1.2.5-R4.0.jar".
    I specified the full path to your Java6 path. The %ProgramFiles% is a variable. Use that instead if you want a more general path specification to your installation of Java.

    Let me know if that .bat file works.
    Also, please post the exact name of the craftbukkit you downloaded.
     
  12. Offline

    O_C_C_Y

  13. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

Thread Status:
Not open for further replies.

Share This Page