# This file contains the command template that is preprocessed
# by ptolemy.copernicus.gui.GeneratorTableau to create the command
# that will generate code
#
# @author Christopher Hylands
# @version $Id: compileCommandTemplate.txt,v 1.1 2004/01/12 20:08:12 neuendor Exp $
#

"@java@" @jvmSize@ -classpath "@classPath@" ptolemy.copernicus.kernel.Copernicus "@modelPath@"
