Bukkit server need help

Discussion in 'Bukkit Help' started by Wooden_doors, Feb 25, 2012.

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

    Wooden_doors

    I am making an minecraft server and this is the error i get please help me.
    Unable to access jarfile craftbukkit-1.1-r4.jar
    Press any key to continue...
    please help me ive tryed for hours.
     
  2. Offline

    itorrent

    Seems like your .bat start file is off, post your .bat file config here and we'll see what we can do ;)
     
  3. Offline

    Wooden_doors

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

    xXTri99erXx

  5. Offline

    DT_Rush

    Where it says -jar craftbukkit.jar change it to -jar craftbukkit-1.1-R4.jar
     
    Ice_Sword likes this.
  6. Offline

    Ice_Sword

    This is mine, I'm running the previous RB:

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R3.jar
    PAUSE
    Perhaps you should change "craftbukkit.jar" to "craftbukkit-1.1-R4.jar" in yours? And make sure the Craft Bukkit file is in the same directory as the script you run.
     
  7. Offline

    Wooden_doors

    wHAT YOU mean?
     
  8. Offline

    DT_Rush

    Your run.bat file looks like this:
    Code:
    @Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
    
    Change it to this:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R4.jar
    PAUSE
     
  9. Offline

    Wooden_doors

    Dt it says the system cant find the patch specified

    U got skype?

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

    Gravity

    That would only work on 64 bit computers, and considering it doesn't work for him I'm assuming he's using 32 bit.

    Make sure the run batch file is in the same directory as the jar file, and that the file's name and the name you set it to in the batch file are both the same.
     
  11. Offline

    Wooden_doors

    What u mean so my txt document and the run thing are the same?
     
  12. Offline

    DT_Rush

    woops! haha i was too lazy to copy my code so i took Ice_Swords batch setup and replacedR3 to R4
    Use this sorry:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R4.jar
    PAUSE
     
  13. Offline

    Wooden_doors

    Last edited by a moderator: May 24, 2016
  14. Offline

    DT_Rush

  15. Offline

    Wooden_doors

    It still isnt a new photo?

    Dt if u have skype or teamviewer

    http://s1062.photobucket.com/albums/t488/backfliqs/
    If u have any ideas please just help me wasted 8hours today tryna figure it out

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

    Gravity

  17. Offline

    DT_Rush

    OK im starting to think your trolling.
    Just delete everything in "Minecraft server lets go" folder
    download this and place it into the folder
    make a txt doc and add this code:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit-1.1-R4.jar
    PAUSE
    save as run.bat and run it
     
  18. Offline

    Snipes01

    Umm I'm think all he/she needs to do is remove the path.

    Make the "%ProgramFiles%\Java\jre6\bin\java.exe" line to to just java
     
  19. Offline

    sillyrosster

    He should also just rename the craftbukkit-dev.jar to craftbukkit.jar. Makes life easier..
     
  20. Offline

    Wooden_doors

    its worked thanks
     
Thread Status:
Not open for further replies.

Share This Page