Lisp filepath issues when running application directly from jar file

Ralph Ritoch rritoch at gmail.com
Sun Aug 16 00:34:46 UTC 2015


Mark,

I have used this function in my code without ANY problems. Your attitude
regarding "progress" is archaic. If you don't want to support maven or
other java technologies why do you even bother controlling abcl?

Best Regads,
  Ralph Ritoch

On Sun, Aug 16, 2015 at 5:17 AM, Mark Evenson <evenson at panix.com> wrote:

>
>
> 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."
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20150816/e8b32208/attachment.html>


More information about the armedbear-devel mailing list