[armedbear-devel] Inflexible logic in FIND-SYSTEM-JAR and FIND-CONTRIB
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, -- Eric Marsden
"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") -- Eric Marsden
participants (1)
-
Eric Marsden