Error;; Please Read

Discussion in 'Bukkit Help' started by iNsAnItY_Wolf, Sep 14, 2012.

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

    iNsAnItY_Wolf

    Yes, it's me again. The troublesome one.

    Appearentally my computer doesnt like me again..I have been having a problem udating my minecraft bukkit server. I had one, but when it was outdated I didnt think of updating it until just now;; September 14th 2012; 9:41 P.M., but I'm having more problems.

    I hope this one isnt as hard to fix as the last ones, but I did everything the launcher told me to and I got this;;

    Error: Unable to access jarfile craftbukkit.jar

    For my RUN.bat, this is what I had saved;;

    java -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
    I use windows and java, and I have had a simailer problem before. Please help and I hope this doesnt bother anyone. [creeper]
     
  2. Offline

    Cloud9

    You should try putting:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xms1024M -Xms1024M -jar craftbukkit.jar -nojline
    PAUSE

    My server some how cannot run without "nojline" so you should try it!
     
  3. Offline

    Omnitv

    Error: After downloading the new CB, my server closes immediately after opening and says file or directory not found (Could not access jarfile craftbukkit.jar).

    Cloud9 "Unable to access jar file" does not mean something to do with C++ 2008 redistributable.
     
  4. Offline

    iNsAnItY_Wolf

    Sadly, this did not work for me. :(

    Well, I then figured I may have Java 6. So instead of;

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

    I tried;


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

    But that said could not find path specified. So I tried it without nojline, and it did the same.

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

    Omnitv

    I really hate it when people ignore my post and I have to quote myself.
     
  6. Offline

    Necrodoom

    the error isnt any related to your startup bat settings, it says it cant find "craftbukkit.jar" on the specified path, what is your craftbukkit named exactly?
     
  7. Offline

    md_5

    Because you're new here :p
     
  8. Offline

    Yurikoma

    lol i'm not really that new, i'm just on bukkitdev more then here :p anyway thanks for getting back to me on that, even though it was a bit off topic

    i know this may sound like a stupid question, but it is very common.

    did you rename the craftbukkit.jar you downloaded to craftbukkit.jar, a lot of them when downloaded have a version number or other text after them, and if you have told it to open specificity a jar named craftbukkit.jar it will only look for that one, so spelling is critical.

    i tried your exact code, ran the .bat file, and it opened up my server perfectly, so don't think it was the code you used.

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

    iNsAnItY_Wolf

    Do you mean what I saved the recomended build as? I saved it as just craftbukkit.

    I dont exactally understand what you are saying or asking.

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

Share This Page