Lisp filepath issues when running application directly from jar file
Mark Evenson
evenson at panix.com
Sat Aug 15 21:17:31 UTC 2015
On 2015/8/15 17:39, Ralph Ritoch wrote:
> Hello,
>
> Since you are loading resources and not from the filesystem you probably
> want to utilize the load-system-file function which I believe is provided
> by the :sys package. I'm not sure how portable this is so you may want to
> add some additional control logic if you want portability.
>
> (load-system-file "path/to/resource.lisp")
No, you should not use SYS:LOAD-SYSTEM-FILE. As part of the SYSTEM
package, it is intended for use by the system while bootstrapping, and
its use is not supported by user code.
--
"A screaming comes across the sky. It has happened before, but there
is nothing to compare to it now."
More information about the armedbear-devel
mailing list