EGL Reference Guide for iSeries

genProperties

The build descriptor option genProperties specifies what kind of Java run-time properties to generate (if any) and, in some cases, whether to generate a linkage properties file. This build descriptor option is meaningful only when you are generating a Java program (which can use either kind of output) or a wrapper (which can use only the linkage properties file).

Valid values are as follows:

NO (the default)
EGL does not generate run-time or linkage properties.
PROGRAM
The effects are as follows:
GLOBAL
The effects are as follows:

For further details, see Java run-time properties and Linkage properties file.


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


Related tasks
Build descriptor options
Setting deployment-descriptor values


Related reference
Java run-time properties (details)


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