Y
Hacker News
new
|
ask
|
show
|
jobs
by
ramius345
4123 days ago
I know this is in the vein of hacky solutions, but I tend to use jruby for the purpose of packaging up ruby applications.
2 comments
dkarapetyan
4123 days ago
This is a good solution. I've used this approach as well for server daemons.
link
delsalk
4123 days ago
Do you still require the JVM installed in the same way you would the Ruby's VM?
link
ramius345
4122 days ago
JRuby's ruby VM runs on top of whatever JVM you choose. You just have to make sure you have the JVM in your path.
link