From: rubynuby Date: 2005-11-16T16:12:19+09:00 Subject: How to set up the RI view for RDoc in Ruby RDT for Eclipse? Could someone tell me how to make the RI view in the Eclipse Ruby RDT show RDocs? I installed the Ruby-mswin32 Windows binaries and changed the RDT prefs to point to the ri.bat and rdoc.bat files in the bin directory. When I go to the RI view, it says that RDoc/RI are not installed. >From the command line, running ri gives me docs on an arbitrary topic so I suppose the RDT should be able to do the same, no? Much appreciated.