Unable to acces jarfile craftbukkit.jar

Discussion in 'Bukkit Help' started by Server_failer, Jan 12, 2013.

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

    Server_failer

    Hey forum, every time i try to start up my Bukkit jarfile with the code "java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE" it doesn't work. It just displays "Unable to acces jarfile craftbukkit.jar".

    I have tried re-naming it and a thousand other thing like another code or a totally other computer. But no matter what it doesn't seem to help.

    Hope you can help ;)
     
  2. Offline

    ifly6

    name your craftbukkit file as "craftbukkit.jar", in the same directory.
    EDIT: if that doesnt work, get the directory readout for your server for us.
     
  3. Offline

    Server_failer


    I have put the "craftbukkit.jar" in the same directory af the run.bat file.
    The picture that comes with this comment shows:
    Top: The CMD fail display.
    Center: The run.bat code.
    Bottom: Proof that the run.bat and crafbukkit.jar is in same directory. collected_fails.png
     
  4. Offline

    ifly6

    make sure that the script's running directory is in the correct one, and that the script is a run.bat (unless on linux or mac, where it is run.sh, or run.command [respectively]).
     
  5. Offline

    vJuggerzthecat

    If you have a 64 bit java you need to specify that in the script.
     
  6. Offline

    ifly6

    you don't need to, as Java will default to the 64-bit if no 32-bit is installed. However, Server_failer, you should also check your java installation for issues, as they have caused problems like this in the past.
     
  7. Offline

    vJuggerzthecat

    Yeah, i meant if he had both installed he should specify which one.
     
  8. Offline

    ifly6

    I didn't read your OP correctly. If the problem persists on different computers, redownload CraftBukkit, it is clearly corrupted.
     
  9. Offline

    Server_failer

    I have tried re-downloading the CraftBukkit file. Didn't help.
    Don't know if i'm downloading the wrong one though. Anyone got a download-link? :D

    And to that one... I name it run.bat. It just says run.

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

    Garrett1224

    i have the same problem i need help!
     
  11. Offline

    breezeyboy

    Use java -Xms1024M -Xmx1024M -jar craftbukkit*.jar
     
  12. Offline

    Server_failer

    Will try that breezeboy. And i will let you know if it works ;)
     
  13. Offline

    breezeyboy

    kk
     
  14. Offline

    Lolmewn

    Your file is actually called craftbukkit.jar.jar, you disabled common extensions. Rename it to craftbukkit, and it will work. Or craftbukkit*.jar in your run file, works too!
     
  15. Offline

    Server_failer

    Lolmewn it worked! :D
    Thx ;)
     
Thread Status:
Not open for further replies.

Share This Page