lProperties: alternative to command-line args
lExample:
lProperties
props = new Properties();
lprops.put(“org.omg.CORBA.ORBInitialHost”,
initialHost);
lprops.put(“org.omg.CORBA.ORBInitialPort”,
initialPort);
lString
noArgs[] = null;
lORB
orb = orb.init(noargs, props);