# 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.8 2003/10/28 17:19:57 neuendor Exp $
#
"@java@"
 -Xfuture -classpath "@ptIIUserDirectory@@classPathSeparator@@ptIIUserDirectory@/@targetPath@"
 @targetPackage@.Main 
