# This file contains the command template that is preprocessed
# by ptolemy.copernicus.kernel.Copernicus to create the command
# that will run the generated code.
#
# @author Christopher Hylands
# @version $Id: runCommandTemplate.txt,v 1.4 2002/06/14 02:14:43 cxh Exp $
#
"@java@"
 -Xfuture -classpath "@classPath@"
 ptolemy.actor.gui.MoMLSimpleStatisticalApplication
 "@targetPath@/@modelName@.xml"
