Details
Description
The examples .bat/.sh scripts have not been kept up to date for the latest svn release. In order to work, banzai.sh, banzai.bat, executor.sh and executor.bat need to have the classpath updated from slf4j-jdk14.jar to slf4j-jdk14-1.0.1.jar.
Secondly, currently the scripts add stuff to the classpath every time they are run, meaning the classpath gets longer and longer, if the files are used from a shell/command prompt. I've modified the scripts to use a local variable and the java -classpath option instead of the $CLASSPATH global variable.
I'll attach improved scripts.