Java libraries
Describes the Java™ libraries.
HCL Workload Automation API
projects are created with the following libraries:
- Default JRE System library
- Even if the default JRE is set by default, remember that the HCL Workload Automation event processor runs using IBM JDK version 1.5.
Use of IBM JDK version 1.5 is recommended for HCL Workload Automation API projects.
- HCL Workload Automation library
- This library contains all the HCL Workload Automation jars needed
to implement HCL Workload Automation plug-ins
or to use HCL Workload Automation APIs.
The library also defines the access rules for the classes in the jars: public APIs are defined as Accessible, while internal classes are defined as Discouraged.
- HCL Workload Automation Runtime library
-
This library contains all the HCL Workload Automation jars needed at runtime by API based applications
-
Use of discouraged classes will be marked with compiler warnings by default. In any case the use of these classes is not supported.
Additional libraries needed for the plug-in Java code can be copied into the lib folder and added to the Java build path.
More details of these libraries are given in the Integration Workbench help.