Hello can any body help to write the equivalent code for this in java i prefer a version that dont require argc and argv because the inicialization is part of a webapplication
Thanks in advantageCode:Ice::PropertiesPtr properties = Ice::createProperties(); properties->setProperty("Ice.Trace.Network", "1"); Ice::CommunicatorPtr ic; ic = Ice::initializeWithProperties(argc, argv, properties);

Reply With Quote