# 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.7 2002/06/14 02:14:33 cxh Exp $
#
# We use BrowserLauncher here instead of appletviewer because under
# JDK1.3.1, the appletviewer does not seem to work well with absolute
# pathnames.  Also, most users are interested in how the page looks
# in web browser, not the appletviewer.  Also, by using the web browser
# the user can follow the link to the XXXvergil.htm page.
#
"@java@"
     -classpath "@classPath@"
     ptolemy.actor.gui.BrowserLauncher 
     "@ptIIUserDirectoryAsURL@/@targetPath@/@modelName@.htm"
