However, when double-clicking it on OSX or Windows the OS doesn't know how to find the program necessary to launch it. What do I need to do to get this working?
Also, this particular project requires a few gems. Is it sufficient to have them installed as part of the jruby installation or do I need to "freeze" them as part of the project to make it work?
cr
Is it a better option to use rawr to pack everything up into jars?
cr
Chuck,On machines that need to open production, Limelight should be installed as an application. The installers register file extensions with the OS make Limelight feel more like a native app. Installers are available here: http://limelight.8thlight.com/download
Alternatively, you can go old school and use rubygems and install all the gems locally:* $ gem install -i gems <gem names>* In production.rb:def production_openingrequire 'rubygems'Gem.path << File.expand_path(File.dirname(__FILE__) + "/gems")end
On Oct 24, 2011, at 10:06 AM, Micah Martin wrote:Chuck,On machines that need to open production, Limelight should be installed as an application. The installers register file extensions with the OS make Limelight feel more like a native app. Installers are available here: http://limelight.8thlight.com/downloadI am getting a stacktrace trying to open any *.llp file after installing the Windows download. Here's a screenshot: