Help!

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

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

    O_C_C_Y

    I dunno what to do when i try to open Run.bat it says "The system cannot find the path specified"
     
  2. Offline

    Kchristopher14

    Did you download the lastest craftbukkit build?
     
  3. Offline

    Slayer9x9

    Post the content of the .bat file.
     
  4. Offline

    O_C_C_Y

    ok

    The system cannot find the path specified.
    Press any key to continue . . .

    Any ideas?

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

    BroKoLii

    did you made the server with a tutorial in youtube? Just asking. i'll give you something to put in RUN.bat
     
  6. Offline

    O_C_C_Y

    cant remember what should i put in it?

    what java do you plz send me link!

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

    BroKoLii

    go to run.bat and copy the code and paste it in here i wanna check it
     
  8. Offline

    O_C_C_Y

    plz respond

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE

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

    BroKoLii

    do you have Windows 7 32bit/64bit?
     
  10. Offline

    O_C_C_Y

    is it the same?
     
  11. Offline

    BroKoLii

    nope if you have 64bit you need to follow my steps
     
  12. Offline

    O_C_C_Y

    dunno how do i find out

    what java do u have?

    ?

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

    BroKoLii

    32bit. do you have windows 7 ?
     
  14. Offline

    O_C_C_Y

    :confused:

    yeh i do i have windows 7

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

    BroKoLii

    try this code : Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
     
  16. Offline

    O_C_C_Y

  17. Offline

    BroKoLii

    if it says the same problem i'll tell to you how to fix it with this code
     
  18. Offline

    O_C_C_Y

    ok

    still dont work

    what java do i need?

    .

    hello?

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

    BroKoLii

    kk follow these steps :
    1.Right click on "My Computer"
    2.click on propertis
    3.Look for "Advanced System Settings"
    4.Click on it
    5.Look for Environment Variables
    6.click on it.
    7.scroll down till you see "Path"
    8.click on it and click on edit.
    9.you'll see Variable value
    10.Don't Delete anything. Don't delete.
    11. go to the end of the line and paste this ;C\Program Files (x86)\Java\jre6\bin
    12.click ok , ok ,ok and you're all good
     
  20. Offline

    O_C_C_Y

  21. Offline

    Slayer9x9

    It looks like you (O_C_C_Y) do not know enough about computers in general to be running a server.
    No offense, but familiarize yourself with the command line and java installations before attempting to run a server.

    In regards to java, make sure you are running java 1.6, and know exactly where on your hard drive java is installed.
    Have a look at these:
    http://www.sevenforums.com/software/28928-how-can-i-check-if-java-installed.html
    http://stackoverflow.com/questions/4681090/how-to-find-where-is-jdk-installed-on-my-windows-machine

    For your .bat file, make sure it is located in the same directory as craftbukkit.jar.
    Have a look at:
    http://wiki.bukkit.org/Setting_up_a_server

    Hope this helps.
     
    pyraetos and Tallcraft like this.
  22. Offline

    BroKoLii

    Slayer it says that it can't find the path. it happend to me , when i did all these steps the server started.
     
  23. Offline

    O_C_C_Y

    what java do you have?
     
  24. Offline

    Slayer9x9

    Open a Windows run dialog, type "cmd" to get to the command prompt.
    Enter the command "java" (without quotes). What does it tell you?
     
  25. Offline

    BroKoLii

    well i don't think that he will try it Slayer. he's offline
     
  26. Offline

    O_C_C_Y

    how do i do this? [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"

    how do i open windows dialog?

    .

    hello guys?

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

    Slayer9x9

    To open the Windows run dialog, on your keyboard, hit the windows logo key, then R.
    Or, click Start, and type "run" (without quotes). You should see the "Run" program appear in the start menu.
     
  28. Offline

    O_C_C_Y

    guys?

    ok

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

    Tallcraft

    Slayer9x9 is right, if you do not know all these things you cannot run a bukkit-server. Just go trough a few tutorials, before posting here.
    How to set up a bukkit-server: http://wiki.bukkit.org/Setting_up_a_server
     
  30. Offline

    O_C_C_Y

    it says

    ' java ' is not recognized as an internal or external command,
    operable program or batch file.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
Thread Status:
Not open for further replies.

Share This Page