Java build path
Describes the event management plug-in Java™ build path.
HCL Workload Automation plug-in 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
uses IBM® JDK version 1.5.
Use of IBM JDK version 1.5 is recommended for HCL Workload Automation plug-in projects.
- HCL Workload Automation library
- This library contains all the HCL Workload Automation jars required
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.
Use of discouraged classes is marked with compiler warnings by default. In any case the use of these classes is not supported.
- Referenced libraries
- These libraries contain all other classes, for example those required, in the case of a mail reader plug-in, for downloading, accessing, and reading mail.
Additional libraries needed for the plug-in Java code can be copied into the lib folder and added to the Java build path.