Hi all,
Am trying to find a way to integrate a plugin into a product that I
already have. This is what I have in mind:
I need to find and package existing eclipse Ruby/JRuby editors, and
include them in my product. An example I have in mind is Aptana
RadRails, as well as how to glue them together. For now I want
something simple like invoking an IRB or JIRB console from my product
(or simply calling ruby/jruby commands from my application).
So far I,ve searched on the net and the closest I could come up with
is the link below, which doesn't help me much
http://www.artima.com/weblogs/viewpost.jsp?thread=227935
How can I go about this?
Any help will be greatly appreciated. Thanks