Java Archive files (.jar)
The following files, already installed in installation_location/sdk/java/lib,
are the minimum .jar files required when building your own application:
- activation.jar
- axis.jar
- axisCognosClient.jar
- commons-discovery-0.2.jar
- commons-logging-1.1.jar
- commons-logging-adapters-1.1.jar
- commons-logging-api-1.1.jar
- jaxen-1.1.1.jar
- jaxrpc.jar
- mail.jar
- saaj.jar
- wsdl4j-1.5.1.jar
You must also use the following .jar files if you want to run the IBM® Cognos® Software Development Kit sample applications:
- dom4j-1.6.1.jar
Note:
- axis.jar is a modified version of Apache axis 1.4. Customers who need to use a higher version of axis that may conflict with axis.jar can use cognos-axis.jar (instead of axis.jar) and cognosClient.jar (instead of axisCognosClient.jar) in the classpath for the Software Development Kit application.
- If you have an application that requires a different version of a .jar file that ships with the IBM Cognos Software Development Kit, store your .jar file in a different location. Do not overwrite the .jar files provided with the Software Development Kit.
- The source code for the axisCognosClient.jar classes can be found in installation_location/sdk/java/src/axisCognosClientSrc.jar.