when i open the RUN.bat it says:

Discussion in 'Bukkit Help' started by kgrootenhuijs, Nov 23, 2012.

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

    kgrootenhuijs

    Error: Unable to access jarfile craftbukkit.jar

    Can anybody help me!
    Please help me with Teamvieuwer or something!

    Greets, Kaj
     
  2. Offline

    c0mp

    That error means that your script is unable to access your craftbukkit.jar file. This is either because the file is not named craftbukkit.jar, or the script is in a different folder than your craftbukkit.jar file.
     
  3. Offline

    MysteryManX

    Re-name the download of craftbukkit to "craftbukkit.jar"
     
  4. Offline

    kgrootenhuijs


    It still doesn't work can you give it a try with teamvieuwer?
     
  5. Offline

    LordHades23

    help when i run the batch file it says: java.exe is not recognized as a internal or external command,operable program or batch file
    this is what i typed in notepad:
    title run-minecraft
    path=%PATH%;%"C:\Program Files (x86)\Java\jre7\bin\java.exe java.exe -Xms4048M -Xmx4048M -jar craftbukkit- 1.3.2-R3.0.jar nogui
    D:
    PAUSE
     
  6. Offline

    Jdardick

    whats ur teamviewer info?
     
  7. Offline

    LordHades23

    teamviewer

    teamviewer?

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

    MysteryManX

    Update (or re-install) Java, and replace your run.bat with this:
    Code:
    java -Xms1024M -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
     
Thread Status:
Not open for further replies.

Share This Page