#! /bin/sh
# Use this under Linux and Mac OS X, which uses : as classpath separators
java -Dptolemy.ptII.dir=${PTII} -classpath "${PTII}:${PTII}/lib/diva.jar:${PTII}/lib/SingleWindow.jar:${PTII}/lib/xml-apis.jar:${PTII}/lib/xercesImpl.jar" thales.vergil.SingleWindowApplication $@

