I've been finding it difficult to try and understand the Java/ABCL interop.

Right now I'm trying to get the official ABCL pure lisp calling java example to work to no avail: http://abcl.org/svn/tags/1.2.1/abcl/examples/pure-lisp-to-java/

Even though I have the Main.class in the local directory, and I see it when I 'echo $CLASSPATH' ABCL says "Class not found: Main".

I'm using bash, I've run through the ABCL setup twice (although I'm not sure if it's right) but I am absolutely clueless. Is there a way to view/modify the classpath within ABCL?