Can you help me via Team Viewer

Discussion in 'Bukkit Help' started by Cassidy, Jun 13, 2012.

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

    Cassidy

    Alright, so ALL last night, for about 5hrs. I was trying to get my Bukkit server up for me and a friend. I got this pre loaded one, after I tried on my own, and it still failed. Each time its the "Unable to access jarfile bukkitcraft.jar" I read all of your guys help posts and guides. And none seem to help me. Is there any way one of you experienced people can help set it up for me?
     
  2. Offline

    Omnitv

    Did you download the bukkit.jar? is it in the same location as the run.bat/GUI? Is youre run.bat like this?
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
    Or with the bikkit version number (Latest R.B)

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit-1.2.5.jar
    PAUSE
     
  3. Offline

    CODsniperkid

    I'm guessing you forgot to rename your jar file to what is specified in the bat?
     
  4. Offline

    Cassidy

    It looks like the top one. And yes, they are in the same folder. Just to clarify, craftbukkit-1.2.5-R4.0, Should be renamed to craftbukkit.jar right?
     
  5. Offline

    Omnitv

    Yes. or you can rename the .bat withe the numbers and such either way it works just fine.
     
  6. Offline

    Cassidy

    The bat is specified to craftbukkit.jar

    Well. before I was getting the error specified in the OP. Now I am getting "cannot find the path specified"

    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