The RMI Stub Compiler node (under the Compiler Types node) in the Project Settings window represents a mode for running the rmic compiler and generating RMI stubs and skeletons. When you generate an RMI implementation class with the RMI templates or the RMI wizard, the stub compiler is assigned by default. You can see the compiler that has been assigned for an implementation class by looking at the property sheet for the class. (The property sheet's Execution tab has a Compiler property.)
Following are descriptions of the RMI stub compiler properties. When you change the value of a property, your change affects all classes that use that compiler.
Properties Tab | |
---|---|
Error Expression | A string used in error messages to identify the source of messages issued when compiling RMI classes. |
External Compiler | The executable used to compile an RMI class for stub and skeletons. This property defaults to a local copy of the rmic compiler. |
Identifying Name | A name for the compilation mode defined with these property settings. The default value is RMI Stub Compiler. When this name appears in a class's property sheet, the IDE uses the compilation mode defined by this node. |
Expert Tab | |
---|---|
Keep Generated | If True, the IDE does not delete source files for stubs. |
See also | |
---|---|
RMI Execution Settings
RMI Debugging Settings |