From: Rohit Chauhan Date: 2009-07-20T19:27:10+09:00 Subject: Re: ruby IDE's Rohit Chauhan wrote: > Rilindo Foster wrote: >> I second on Netbeans and the sentiment IDEs. They become very >> important once you start work with Rails. >> >> (If not an IDE, at least a good Editor that supports Ruby very well. I >> would recommend Komodo editor, Emacs (for Linux/Mac) or TextMate). > > You dont have actual Ruby Language ( Interpretor ) installed > > Install this , > > http://www.mediafire.com/file/v3zdvzu2rmt/ruby_1.9.1.msi > > Not sure though Need to select an Interpretor in Settings . Like you use "java.exe -jar abcxyz.jar" to run Java Programs . Ruby programs are run like "ruby.exe abcxyz.rb" So , actual Interpretor ( or the Entry point to Interpretor ) should be selected in Eclipse Settings -- Posted via http://www.ruby-forum.com/.