tags:

views:

118

answers:

2

can we use our Ruby code to generate a Windows executable program, is it possible even if one of the required libraries is not from the stranded Ruby (like Qt or MySql) ???

A: 

You can try using JRuby to package it up in a jar or war.

This is an old link, but it might be helpful http://www.nearinfinity.com/blogs/bryan_weber/jruby_script_in_a_signed.html

Ben Hughes
A: 

It takes about 3 seconds to find RubyScript2Exe on Google. Sounds like it includes the necessary libraries as well.

Mark Rushakoff