Solved I am having trouble getting craftbukkit to work

Discussion in 'Bukkit Help' started by redroad34, Jan 22, 2012.

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

    redroad34

    can you help me i have my craftbukkit-1.1-R1-snapshot.jar and .bat in the same place and it still says unable to access craftbukkit-1.1-R1-snapshot.jar this my code Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1-snapshot.jar
    PAUSE

    I have 32 bit windows 7
     
  2. Offline

    Panzerwurst

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1-SNAPSHOT.jar
    PAUSE

    This is the script under my run.bat file only looks like i have caps

    Check the following if your pc

    Right click the folder the files are located in

    select properties

    select security tab on the new window

    check that your name is in the list under "Group or username"

    ( Mine would say something like "users (my-pc\Panzerwurst)"
     
  3. Offline

    redroad34

    it still says that
     
  4. Offline

    redroad34

    Ok i got it to work
     
Thread Status:
Not open for further replies.

Share This Page