Load jars

How could I add jars to my JRuby project (I use the last version 1.1.2
for JRuby, jdk 6 for Java)?
I’ve already posted the same topic on www.nabble.com forum but it still
does not work.

I tried:
include Java
import draft.Person

person = Person.new
puts “person: #{person}”