[armedbear-devel] generated abcl shell script executable
Matthias Cords
schlafbohne at googlemail.com
Wed May 12 19:07:16 UTC 2010
Hi there,
just a suggestion.
would it be possible to change the generated "abcl" shell script to not use
the -cp parameter to the java executable, but set up the classpath like e.g.
so
export CLASSPATH=`dirname $0`/dist/abcl.jar:$CLASSPATH
and then invoke
exec .../java org.armedbear.lisp.Main "$@"
i.e. without the -cp parameter.
This would result in the CLASSPATH environment variable that was in effect
before the call to the abcl script to remain available to the lisp
interpreter. i.e. jdbc driver classes etc.
apart from that I think abcl is a great great piece of software making life
a lot more convenient. thanks to everyone participating!
Kindly,
Matthias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20100512/37fa193c/attachment.html>
More information about the armedbear-devel
mailing list