User: juha
Date: 00/06/02 13:48:36
Added: src/scripts/unix/mandelbrot MandelClient.sh
Log:
Unix scripts by Dan Christopherson. Thanks Dan!
Revision Changes Path
1.1 zola/src/scripts/unix/mandelbrot/MandelClient.sh
Index: MandelClient.sh
===================================================================
# The ejboss infrastructure
if [ -n "$jboss_dist" ]; then
CP=$jboss_dist/client/jboss-client.jar
else
CP=../lib/ejbossClient.jar
fi
# javax.ejb
CP=$CP:../lib/ejb.jar
# client classes
CP=$CP:../clients/MandelbrotClient.jar
echo "Executing MandelClient..."
java -cp $CP org.jboss.zol.mandelbrot.client.MandelClient $@