"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")