help with 1.1 craftbukkit

Discussion in 'Bukkit Help' started by rabbits, Jan 19, 2012.

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

    rabbits

    I tossed the new craftbukkit 1.1 build (R1) into an empty folder, double clicked it. It installed some files.. but I continue to double click the jar and no window pops up?
    There was also something about a RUN.bat file? If so, what do I type since the wiki only shows help for 1.0.1

    Sorry if I'm re-posting anyone else's, i couldn't find any other.
     
  2. Offline

    Snipes01

    The wiki has correct information its the same for 1.1 you are just changing the name of the jar file in your run.bat.
    Throw the jar into a folder and change 1.0.1 to 1.1 and its should start. If that makes sense.
     
  3. Offline

    rabbits

    Alright, I did that. Now when I start it up a batch file just pops up and dissapears. Where's the client box?

    Edit: When I click it a lot, I attempt to read the message on the batch file 'Unable to find craftbukkit-1.1-R1

    My craftbukkit jar is named ''craftbukkit-1.1-R1-20120112.222157-1 (3).jar''

    My batch file says java ''-Xmx1G -Xms1G -jar craftbukkit-1.1-R1.jar''
     
  4. Offline

    dirtyfalcons

    rabbit
    can u send me a link to get bukkit for windows please?
    thx

    [bookshelf] [diamond][cake]

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

    Yudaz

    First of all, there is no client for Craftbukkit. Second, "Unable to find craftbukkit-1.1-R1" means that your .jar file isnt named the same as in the bat file... (Rename the jar file from "craftbukkit-1.1-R1-20120112.222157-1 (3).jar" to "craftbukkit-1.1-R1") And third, use
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1.jar
    PAUSE
    IT IS MUCH SAFER! :)
     
  6. Offline

    rabbits

    Hmm, there's a problem. When I run the batch after all that it says 'The system cannot find the path specified. Press any key to continue . . .'
    That really ticks me off. In regards to the "client", I am talking about the wnidow that pops up that makes people op's, that shows settings... plugins... warnings... players... etc.
     
  7. Offline

    Yudaz

    Ok, you are using os Windows right?
     
  8. Offline

    rabbits

    Windows 7/Vista.
     
  9. Offline

    Snipes01

    I'd say remove the path info and just make it java.

    java -Xincgc -Xmx1G -jar craftbukkit-1.1-R1.jar
     
  10. Offline

    rabbits

    1
    Thaaank youuuu! But the cmd.exe is popping up, yes... Where's the white window that lists the players, the settings, the permissions, the plugins, the severe warnings, the warnings? Or has it not been developed yet?
     
  11. Offline

    SirTyler

    There has never been a client for bukkit, you are probably thinking of a wrapper and I dont know of wrappers for bukkit.
     
  12. Offline

    rabbits

    Oh? When I downloaded the automatic download for craftbukkit for 1.0.0, there was the client which popped up after the cmd?
     
  13. Offline

    SirTyler

    Did you download the jar or something else? cause there has never been a bukkit client only the command prompt and the likes for other systems.
     
  14. Offline

    rabbits

    Hmm, okay. Thanks for your help though.
     
  15. Offline

    Snipes01

  16. Offline

    Ragnarrok1


    Hey guys, need help. How to make the new bukkit bat.file and why are the bukkit Craftbukkit.jar a winrar file?

    now it looks like this : @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1.jar
    PAUSE
     
  17. Offline

    Snipes01

    So 1.1 dev jar....cb 1.1

    You can use winrar to open a jar file if you are editing it. If you are installing a mod or something. Jar aren't winrar files jar type is a java archive.

    You bat file is correct, but I'd replace "%ProgramFiles%\Java\jre6\bin\java.exe" with -java
     
  18. Offline

    Yann933

    so the correct code is
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    java -xincgc -xmx1g -jar craftbukkit-1.1-R1.jar
    PAUSE
    in the run.bat or in cmd.exe

    HOOOW:( [creeper]
    sorry, I didn't seen your last message!
    I just forgot the - before java!!! :mad:
    I'm so stupid!!!

    PS : sorry, I'm french and I don't understand all your messages and I don't speak english very well :(

    no, my run.bat doesn't still work :confused:
    my code is :
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    -java -Xincgc -Xmx1G -jar craftbukkit-1.1-R1.jar
    PAUSE
    is it true?

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

    artims3

    it's true but the 1.1 build has some flaws in it have done the same thing and got it to work but nobody can connect to me so i say wait for bukkit to come out with a 1.1 recommended build or they could be working on a 1.2 build since minecraft is being updated to 1.2 soon anyway
     
  20. Offline

    Yann933

    yes I think I will heard u,... but I WANT my server work mith plugins!!! my clients are waiting for these plugins...
    do u have any answer to help me???
    :'(
     
Thread Status:
Not open for further replies.

Share This Page