First off, I'd recommend using something newer than 1.1.4. It's not a must have, but 1.1.5 and higher had numerous improvements to the Java integration layer.
All that said, it should just be a matter of importing those classes and using them. You'll need to make sure the jars are on Java's classpath or you can "require" them from Ruby if they're on the Ruby load path. There are lots of examples on http://wiki.jruby.org too... On Mon, Aug 10, 2009 at 3:18 AM, khzied<[email protected]> wrote: > > Hi everybody, > > I work with jruby 1.1.4 and i want to include jasper code in my > application.. > > My problem is howto include libraries and classes in my work to use > methods.. > > Please help me. Thanks > -- > View this message in context: > http://www.nabble.com/working-with-.jar-tp24897358p24897358.html > Sent from the JRuby - Dev mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
