Running the JEE resource adapters in a nonmanaged environment

In a JEE environment all required Java™ libraries are available however, you might need to ensure that your JEE server adds the jar files to the class path.

The jar files are located in the <install_path>\classes subdirectory:

  • cicsjee.jar
  • ctgclient.jar
  • ctgserver.jar (required only for local: protocol)
  • ccf2.jar
Outside a JEE environment, you must ensure that, in addition to the above libraries being listed in the class path, the following Java extensions are also available:
  • JCA 1.7 Connector class file (required for ECI resource adapter).
  • Java Transaction API (required for XA transactions).
The JCA 1.7 Connector class file and the Java Transaction API (JTA) libraries are available for download from the Oracle Java Web site.