[armedbear-devel] Inflexible logic in FIND-SYSTEM-JAR and FIND-CONTRIB

Eric Marsden eric.marsden at free.fr
Wed Aug 22 15:40:09 UTC 2012


>>>>> "ecm" == Eric Marsden <eric.marsden at 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





More information about the armedbear-devel mailing list