Help Me Fix This Problem. I Have Tried Every Video.

Discussion in 'Bukkit Help' started by AMinecraftLegend, Jun 5, 2014.

Thread Status:
Not open for further replies.
  1. Hey Guys, I am trying to make a bukkit server for my friends and I to hang out. I spent over three hours, read numerous Java pages, Path videos, Bukkit videos, and I just can't get it. If someone can please help me I will bee so thankful.

    Other Info: I have the latest Java, I re downloaded it like 5 minutes ago for the 5th time.
    Specs: 64 Bit Operating System. Got Cut off
    [​IMG]

    Start.Bat Info
    [​IMG]

    Error Message
    [​IMG]

    My Folder So Far.
    [​IMG]
     
  2. java -Xmx2048M -jar craftbukkit.jar -o true
    PAUSE

    Try that and put craftbukkit.jar <--- THE JAR in ur folder, should work!
     
  3. Still Not Fixed.
     
  4. Offline

    Magikallynx

    Try this
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx2G -jar craftbukkit.jar
    PAUSE
    EDIT:
    Also what the other person had said.
    You can't have a shortcut in the folder with the run.bat, it has to be the .jar
     
Thread Status:
Not open for further replies.

Share This Page