Hi,
I am trying to use the new abcl-contrib JSS functionality, which looks very useful; thanks.
I have the ABCL classes (and in fact the ABCL-CONTRIB classes) embedded into a jar file containing other code, and both the FIND-SYSTEM-JAR and FIND-CONTRIB logic are failing. Would it be possible perhaps to search for abcl-contrib.jar on the classpath, instead of assuming that it is installed next to abcl-XXX.jar?
Thanks,
"ecm" == Eric Marsden eric.marsden@free.fr writes:
ecm> I have the ABCL classes (and in fact the ABCL-CONTRIB classes) embedded ecm> into a jar file containing other code, and both the FIND-SYSTEM-JAR and ecm> FIND-CONTRIB logic are failing. Would it be possible perhaps to search ecm> for abcl-contrib.jar on the classpath, instead of assuming that it is ecm> installed next to abcl-XXX.jar?
FWIW, the following returns the path of the jar file containing ABCL:
(#"getResource" (jclass "org.armedbear.lisp.Main") "Main.class")
armedbear-devel@common-lisp.net