
This directory contains some Lisp and Java utilities to facilitate
interaction and linkage between the two environments.  It also
includes examples which can also act as a tutorial to interface Java
and Lisp.

In the examples below you can modify the references to abcl.jar to
includes the correct path to it if it isn't in the current directory.

To compile use (assuming abcl.jar is in the current directory):

javac -cp abcl.jar ABCL.java Main.java

To run use:

java -cp abcl.jar:. Main

(On Windows you'll probably need to replace the ":" with ";")


Blake McBride
blake@mcbride.name
