-Dcom.ibm.tools.rmic.iiop.Debug

This system property causes the rmic compiler to report the mappings of fully qualified class names to short names, which is useful for debugging purposes.

-Dcom.ibm.tools.rmic.iiop.Debug=[true | false]
The rmic compiler automatically creates import statements in the classes that it generates. If set to true, this property causes rmic to report the mappings of fully qualified class names to short names. The default value is false.