How to create distribution files(.exe) with jruby
问题 I have created a JRuby desktop application. Now I need to install on different platforms(Windows, Linux, Mac). Can any one help me on this Which is the painless method to create installation files OR executables with jruby. I googled and tried with RubyScript2exe, OCRA but none of these succeeded(really dont understood much). I am a noobie.. I really need it... EDIT - TRYING A SIMPLE METHOD as jrubyc can create java equivalent class files(described here) To start with packaging I created a