[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.lisp

Can someone share their abcl.bat?

Mirko

4/14/2016 3:54:00 PM

Hello,

I have downloaded the ABCL binary.

I am need abcl.bat to run it under Slime. I'd prefer not to have to
get it by building ABCL from sources because I then need JDK, ANT,
etc. I would prefer not to install that on the company computer.

If someone can post their abcl.bat I can try to modify it to my
local environment.

Thanks,

Mirko
2 Answers

Mirko

4/14/2016 4:04:00 PM

0

On Thursday, April 14, 2016 at 11:53:50 AM UTC-4, Mirko Vukovic wrote:
> Hello,
>
> I have downloaded the ABCL binary.
>
> I am need abcl.bat to run it under Slime. I'd prefer not to have to
> get it by building ABCL from sources because I then need JDK, ANT,
> etc. I would prefer not to install that on the company computer.
>
> If someone can post their abcl.bat I can try to modify it to my
> local environment.
>
> Thanks,
>
> Mirko

I got this to work using abcl.bat.in from the source distribution:

"C:\Program Files\Java\jdk1.8.0_11\bin\java.exe" -cp "c:\Program Files\abcl-bin-1.3.3\abcl.jar" org.armedbear.lisp.Main

Mirko

Mirko

4/14/2016 9:19:00 PM

0

On Thursday, April 14, 2016 at 12:04:33 PM UTC-4, Mirko Vukovic wrote:
> On Thursday, April 14, 2016 at 11:53:50 AM UTC-4, Mirko Vukovic wrote:
> > Hello,
> >
> > I have downloaded the ABCL binary.
> >
> > I am need abcl.bat to run it under Slime. I'd prefer not to have to
> > get it by building ABCL from sources because I then need JDK, ANT,
> > etc. I would prefer not to install that on the company computer.
> >
> > If someone can post their abcl.bat I can try to modify it to my
> > local environment.
> >
> > Thanks,
> >
> > Mirko
>
> I got this to work using abcl.bat.in from the source distribution:
>
> "C:\Program Files\Java\jdk1.8.0_11\bin\java.exe" -cp "c:\Program Files\abcl-bin-1.3.3\abcl.jar" org.armedbear.lisp.Main
>
> Mirko

Current version of my abcl.bat (tested under Slime)

"C:\Program Files\Java\jdk1.8.0_11\bin\java.exe" -cp "c:\Program Files\abcl-bin-1.3.3\abcl.jar" org.armedbear.lisp.Main %1 %2 %3 %4 %5 %6 %7 %8 %9