How to call jar
file (a java archive file) from ruby
class. And access the functions/methods from it.
I am refering the following link
But I am getting the following error:
'require': cannot load such file -- /tmp/Test.jar (LoadError)
How can I resolve this issue.