EGL Reference Guide for iSeries

Deploying a linkage properties file

The linkage properties file must be in the same project as the Java program that uses the file. If the file is in the top-level directory of the project, set the Java run-time property cso.linkageOptions.LO to the file name, without path information. If the file is under the top-level directory of the project, use a path that starts at the top-level directory and includes a virgule (/) for each level, even if the project is running on a Windows platform.

For J2EE projects, the top-level directory corresponds to the appClientModule, ejbModule, or Web Content directory of the project in which the module resides. Similarly for Java projects, the top-level directory is the project directory.

For additional details on how a linkage properties file is formatted and identified, see Linkage properties file (reference).


Related concepts
Java run-time properties
Linkage options part
Linkage properties file


Related tasks
Setting up the J2EE run-time environment for EGL-generated code
Setting deployment-descriptor values


Related reference
callLink element
Exception handling
Linkage properties file (details)


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]