[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Can't start Webrick in Eclipse/RadRails

Williams, Ali

3/6/2008 10:41:00 PM

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!


1 Answer

Ilan Berci

3/7/2008 2:59:00 AM

0

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