To compile an ODA, take the following steps:
CwODK.jar
Additional ODK library files are:
xrmi.jar, xerces.jar
These files include the source for your ODA class (which is an extension of the ODAAgentBase2 class) as well as any other classes your ODA uses. For information on naming the ODK class file, see Extending the ODA base class.
By convention, the jar file's name takes the following form:
srcDataNameODA.jar
where srcDataName uniquely identifies the source data (or adapter) for the ODA. For more information about the ODA name, see Naming the ODA.
For example, for an ODA that works with HTML, its ODA name could be HTMLODA. Therefore, you could name its jar file as:
HTMLODA.jar