Hi, my composite has a ruby implementation. In my Ruby file I require "rubygems" and some other ruby files. How do I set those folder and files in my sca java project ? I tried with calculator script in eclipse IDE. I works fine but if I add new a "require rubygems" in the .rb file I get an error <unknown>:19: no such file to load -- rubygems (LoadError).
Any idea where and how do I configure Ruby dependencies in the java sca project under eclipse? thanks a lot Susanta
