How to add abcl.jar to your class path for ABCL projects

Mirko Vukovic mirko.vukovic at gmail.com
Sun Jan 1 14:32:49 UTC 2017


On Sat, Dec 31, 2016 at 3:31 AM Mark Evenson <evenson at panix.com> wrote:

>
>
> On 12/30/16 17:25, Mirko Vukovic wrote:
> > To clarify my question:
> >
> > Currently I launch ABCL using a bat file that looks as follows:
> >
> > "C:\Windows\sysWOW64\java.exe" -cp
> >
> "c:\mv-program-files\abcl-bin-1.4.0";"c:\mv-program-files\abcl-bin-1.4.0\abcl.jar"
> > org.armedbear.lisp.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
> >
> > I also have one setup in slime that launches it as follows:
> > "C:/Windows/SysWOW64/java.exe" -jar
> > "c:/mv-program-files/abcl-bin-1.4.0/abcl.jar"
> >
> > I did not add anything to PATH or any other environment variables.  Is
> > there something that I should?
>
> Sorry, but I still don't understand your question.  What sort of
> problems are you having invoking ABCL?
>

I think that I am invoking ABCL OK.

But I am having issues loading libraries such as Vecto because of a stack
overflow error
in Java on which I posted before
(see
https://mailman.common-lisp.net/pipermail/armedbear-devel/2016-December/003757.html
)

In that thread I posted that Vecto will load cleanly when ABCL is running
in a Windows Command window
but will crash with a Java stack overflow when running in Slime.

So, before claiming a bug, I am trying to make sure that I am starting ABCL
correctly.


>
> >
> > On Fri, Dec 30, 2016 at 11:14 AM Mirko Vukovic <mirko.vukovic at gmail.com>
> > wrote:
> >
> > Hello,
> >
> > This is a follow-up to my earlier post on stack overflow.  That problem
> is
> > still not solved and here is one question.
>
> Which stack overflow question?
>

Answered by my comment above and link to prior thread.


> --
> "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/20170101/e4741224/attachment.html>


More information about the armedbear-devel mailing list