# 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.9 2005/05/23 15:34:50 cxh Exp $
#
"@java@"
 -Xfuture -Xmx256M -classpath "@ptIIUserDirectory@/@targetPath@@classPathSeparator@@classPath@"
 "@javaPtIIProperty@"
 ptolemy.actor.gui.CompositeActorApplication
 -class @targetPackage@.CG@modelName@


