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.
@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..
according to java l have the recomended build for my pc, and botch the bat file and craftbukkit is in the same map.
I'm sorry, what? I'm thinking "can't find search way" is really "cannot find specified path" would that translation work as well?
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.
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?
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.
i am having a very similar problem, and I've tried all of the things posted here, is there anything else that might work???