# jruby_examples for the book "Practical Artificial Intelligence Programming with Java"
This directory contains JRuby wrappers for some of the Java example programs in the book.
## Getting started with the JRuby examples
The easiest way to make sure everything is set up to run correctly is to make sure that JRuby is installed on your system and then try:
jruby test.rb
in order to run the unit tests. The source code for the unit tests show how to call the Clojure wrappers.
## License
Copyright (C) 2012 Mark Watson
Distributed under both the LGPL 3.0 and the Apache 2 licenses - pick the license that works best for you..