* options, copy this function and add what you need. The args are
* command line arguments, and the ior filename is really being
* looked for here.
*/
public void start(String[] args) {
CORBASupport cs = new CORBASupport();
if (args != null) {
parseArgs(args);
}
cs.start(this, args, iorfile, naming);
}