Can't find the search way

Discussion in 'Bukkit Help' started by Chama, May 19, 2011.

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

    Chama

    Hello, l have been using craftbukket a long time, l just got my computer back from a reparation and ever sience when l try to run the bat file (the server starter), l get this error messege, "det går inte
    att hitta sök vägen" (it's swedish) which in english is probebly something like this "can't find the search way" ,
    l don't know why l have this problem, everythin have been workin fine until my computer was restored.

    Am runnin winndows 7 and have 64 bit system and ofc java.

    Am quite new to java and craftbukkit, so plz be noob friendly, thx for readin and helpin me and sorry for my bad english.
     
  2. Offline

    hAvAAck

    @Chama recreate the .bat
    make sure java is up to date and is still a path variable
    make sure craftbukkit is still in the same place. Sounds like it may be a target issue..
     
  3. Offline

    Chama

    according to java l have the recomended build for my pc, and botch the bat file and craftbukkit is in the same map.
     
  4. Offline

    hAvAAck

    I'm sorry, what?

    I'm thinking "can't find search way" is really "cannot find specified path"
    would that translation work as well?
     
  5. Offline

    Chama

    yes, it would.

    and how do l make sure it's still path variable

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

    hAvAAck

    how'd you make it a path variable the first time?

    Code:
     If you get an error at this point, try the following to add java to your system path.
    [LIST=1][*] Right click Computer
    [*] Click properties
    [*] Click "Advanced system settings"
    [*] Click "Environment Variables"
    [*] Under system variables, find the Path variable.
    [*] Click edit, and append to the end of the value: ";C:\Program Files (x86)\Java\jre6\bin"
    [*] Now re-open the command prompt and try again.
    [/LIST]
    http://www.minecraftwiki.net/wiki/Tutorials/Setting_up_a_server

    Are you sure the .bat is pointing to the correct location for the bukkit jar?
     
  7. Offline

    Chama

    Btw, l did not paste it at the end of the current value, will that mess things up?

    l found this code, and use it insteed, now it works fine
    Code:
    @ECHO OFF
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 15, 2016
  8. Offline

    hAvAAck

    what did it used to be?
     
  9. Offline

    ath8484

    i am having a very similar problem, and I've tried all of the things posted here, is there anything else that might work???
     
Thread Status:
Not open for further replies.

Share This Page