1
0
mirror of https://github.com/jordansissel/fpm synced 2025-01-03 02:44:12 +01:00
fpm/examples/jruby/README.md

18 lines
252 B
Markdown

Usage:
make package
Should make the package. Try installing:
sudo dpkg -i jruby-1.6.0.RC2-1.all.deb
Now try it:
% /opt/jruby/bin/jirb
>> require "java"
=> true
>> java.lang.System.out.println("Hello")
Hello
=> nil