Hi there,<br><br>just a suggestion.<br><br>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<br><br>  export CLASSPATH=`dirname $0`/dist/abcl.jar:$CLASSPATH<br>
<br>and then invoke<br><br>  exec .../java org.armedbear.lisp.Main "$@"<br><br>i.e. without the -cp parameter.<br><br>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.<br>
<br>apart from that I think abcl is a great great piece of software making life a lot more convenient.  thanks to everyone participating!<br><br>Kindly,<br>Matthias<br><br>