Rocket® Enterprise Developer (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
JVMTARGET
Specifies the JVM version number targeted by the class files generated in this compilation unit. The resulting class files can be run on any JVM version greater than or equal to the specified number.
Restriction:
This directive is supported for
JVM COBOL only.
Syntax:
>>-.---.---JVMTARGET"-integer-"---><
+-/-+
Parameters:
- integer
- The Java version number of the JVM being targeted in the compilation unit; for example, JVMTARGET"9" targets JVM version 9.
Properties:
| Default: | JVMTARGET"8" |
| Phase: | Syntax check |
| $SET: | Initial |