[armedbear-devel] Trouble trying to get example to work

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?

On 8/18/13 12:34 AM, ubikation _ wrote: […]
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?
Use JAVA:DUMP-CLASSPATH and JAVA:ADD-TO-CLASSPATH: CL-USER> (add-to-classpath "/path/to/some.jar") And [ABCL-ASDF][1]: extends ASDF to add syntax for both local (JAR-FILE, JAR-DIRECTORY) and remote (MVN) objects to allow management of this operation. See [the][Manual], "Modifying the JVM CLASSPATH". [Manual]: https://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20130701a.pdf&can=2&q=#makechanges -- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
participants (2)
-
Mark Evenson
-
ubikation _