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

Mark Evenson evenson at panix.com
Sat Dec 31 08:30:51 UTC 2016



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?


> 
> 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?

-- 
"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