The program properties file contains Java™ runtime properties in a format that is accessible only to a Java program that runs outside of a J2EE environment. For overview information, see Java runtime properties.
propertyName = propertyValue
A comment is any line where the first non-text character is a pound sign (#).
A portion of an example file is as follows:
# This file contains properties for generated # Java programs that are being debugged in a # non-J2EE Java project vgj.nls.code = ENU vgj.datemask.gregorian.long.ENU = MM/dd/yyyy
For details on the name given to the generated file, see Generated output (reference).
Related concepts
EGL debugger
Java runtime properties
Related tasks
Generated output (reference)
Related reference
genProperties
J2EE
Java runtime properties (details)