9.4.2 Class path settings

To operate the applications that use the CDI with Application Server, you must set the class path in the add.class.path key of usrconf.cfg (option definition file for Java applications) for the J2EE servers.

An example is as follows. This example is for Windows.

add.class.path=Application-Server-installation-directory\CC\lib\cjsf.jar
add.class.path=Application-Server-installation-directory\CC\lib\cjstl.jar

Note
Do not specify a different library version in the class path at the same time because if such a version is specified, the application might perform an unexpected operation. Specify a library suitable to the application version in the class path.