Device is not ready yet...

Discussion in 'Bukkit Help' started by RazeluxeRex, Mar 4, 2012.

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

    RazeluxeRex

    I had this error, I know another forum was made but it was not helpful at all. So i decided to make another. I saved the craftbukkit on a desktop server, and I have this on my notepad:

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "E:\ProgramFiles (x86)\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit-1.2.3-R0.1.jar
    PAUSE

    then when I run the thing, it says device is not ready yet... yes I have followed the instructions to start a server but this is what I get, any help would be appreciated :)
     
  2. Offline

    FXHNTR

    RazeluxeRex
    This is the correct code. It should match yours. Unless there's a reason why you added the "E:\" and you remove the %'s.
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE
     
  3. Offline

    RazeluxeRex

    Yes because if I do the %'s, it says system cannot find path specified. I tried to do the %'s again, but of course, it did the same error.

    Help would really be much appreciated.

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

    Touy9

    Thanks!! This helped me a lot!!!!:D
     
  5. Offline

    saintscod98

    re copy your java location
     
Thread Status:
Not open for further replies.

Share This Page