Changeset 15329 for trunk/abcl/src/org/armedbear/lisp/abcl-contrib.lisp
- Timestamp:
- 06/18/20 13:21:01 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/abcl-contrib.lisp
r15134 r15329 54 54 :name "abcl"))) 55 55 (java:jcall "getURLs" (boot-classloader))))) 56 #+(or)57 56 ;; Need to test locating the system boot jar over the network, and 58 57 ;; it would minimally need to check version information. 59 58 (ignore-errors 60 #p"http ://abcl.org/releases/current/abcl.jar")))59 #p"https://abcl.org/releases/1.7.0/abcl.jar"))) 61 60 62 61 (defun flatten (list)
Note: See TracChangeset
for help on using the changeset viewer.