Once you have written the connector's application-specific component, you must compile it into an executable format. This section provides information on how to compile a connector.
To compile a Java connector, take the following steps:
To have the jar file work with the startup scripts, begin the jar file name with the string "CW". Follow this string with the connector name, which uniquely identifies the connector. For more information about the connector name, see The connector definition name.
For example, for a Java connector with a connector name of MyJava, you could name its jar file as:
CWMyJava.jar