Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 252 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 252 Bytes

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