Registration

This class must be registered in the /config/statapps.xml configuration file to be integrated into the startup process of Application Designer. The file looks as follows:

<startapps>
  <start class="com.softwareag.cis.test.StartDemo"/>
</startapps>

Just add a new "start" line and specify the class name. The class must be accessible during runtime.