From: Ilan Berci Date: 2008-03-07T11:58:32+09:00 Subject: Re: Can't start Webrick in Eclipse/RadRails Ali wrote: > > "1272" > -e:2:in `load': no such file to load -- script/server (LoadError) > from -e:2 > > I've set my Ruby Installed Interpreter to C:\ruby. > Ali, The error message says that the file you are trying to invoke "script/server" does not exist which would lead one to believe that the working directory of your IDE is probably not correct, make sure it points to wherever you installed your rails project. hth ilan -- Posted via http://www.ruby-forum.com/.