if [ ! -d "${BONNMOTION}/classes" ]; then
	echo "Compile first ..."
	exit;
fi

$JAVA -Xmx512m -server -cp "$CLASSPATH" $PACKAGE.run.BM "$@"
		
