Once you have written the connector's application-specific component, you must compile it into an executable format, its connector library. This section provides information on how to compile a connector.
To compile a Java connector, take the following steps:
The suggested naming convention for the jar file is to begin its name with the string "BIA_". Follow this string with the connector name, which uniquely identifies the connector (see Table 109). For more information about the connector name, see Naming the connector.
For example, for a Java connector with a connector name of MyJava, you could name its jar file as:
BIA_MyJava.jar