Deploying a linkage properties file

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

When you are developing a J2EE project, the top-level directory corresponds to the appClientModule, ejbModule, or Web Content directory of the project in which the module resides. When you are developing a Java project, 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 runtime properties
Linkage options part
Linkage properties file

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

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

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.