[HELP ] Call java code / method from Ruby programming

Hi All ,

I have written java code ( This java code will not return any thing but it will do action ) which is required call from ruby , please let me what is best way to achieve this ?

Thanks ,

Muthu Selvan SR

You can use the ruby system method to run a command, which can be any language of course. Or you can use the backtick syntax.

Colin

Colin Law wrote in post #1113075:

Did we all seem to forget there is something called jRuby?