Advanced Customization > Info*Engine User’s Guide > Server Access Kit > Example SAK Application > Run the Application
  
Run the Application
To run the application, use the following syntax:
java com.infoengine.examples.applications.ExecuteTask
-t <task_uri>
-u <username>
-props <property resource>
-n <naming service name>
where:
<task_uri> is the URI of the task to be executed
<username> associates the username specified with the task
<property resource> is the directory path to the property resource file ie.properties
<naming service name> uses the specified Naming Service
For example:
java com.infoengine.examples.applications.ExecuteTask -t
C:/ptc/Windchill/tasks/infoengine/examples/CreateGroup.xml -u
wcadimn -props C:/ptc/Windchill/codebase/WEB-INF/ie.properties
-n com.ptc.host.namingService