PDA

View Full Version : Require help in Eclipse + ruby



shekar
March 12th, 2008, 09:52 AM
Hi All,
I am using eclipse with RDT plugin, I am having problems in using require 'Filename', if source and required files are in different folders, its failing as whole path is not set. If i say require 'entiry directory path/file' it works, but i am looking for a common way of providing path wherein anybody who checksout the code can start using right rather than my path in require So any configurations required for having something like a classpath !!