Can't start Webrick in Eclipse/RadRails

I'm getting the following error in the console:

"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.

Any ideas?

Thanks in advance!

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/\.