lBefore invoking a CORBA object, you must first
create an ORB object and initialize it
l public static void
main(String argv[]) {
– try { ORB orb =
ORB.init(argv, null); // .. }
–}
lArguments to init():
–ORB init(String[]
argv, Properties props)
–argv: a list of command-line
arguments to the app.
–props: programmatically specify
these options