ibmint display supported-jre-versions command
Use the ibmint display supported-jre-versions command to display the Java versions that are supported for your installed version of IBM® App Connect Enterprise.
Supported platforms
- Windows
- Linux®
- Linux on POWER®
- Linux on Z
- AIX®
- IBM z/OS® Container Extensions (zCX)
Syntax
Parameters
- --work-directory directory
- Display the supported JRE versions that are compatible with the independent integration server that uses this working directory.
- --integration-node nodeName --integration-server serverName
- Specify the node-managed integration server that uses this JRE.
- --component-required componentName
- Specify a server component for which you want to check the supported JRE versions. You can specify this parameter multiple times in the same command to display information about multiple component types.
- --trace filePath
- Send verbose internal trace to the specified file.
- --help
- Output the command help information to the console.
Examples
Example 1
Display the Java versions that are supported for your installed version of IBM App Connect Enterprise:
ibmint display supported-jre-versionsThis command returns the following
response:
BIP15283I: Java versions currently supported for this version of App Connect Enterprise are as follows. 17,8 Example 2
Display the Java versions that are supported for a particular integration server. In this
example, a message flow that has been deployed to the integration server contains message flow nodes
that are not supported with Java
17:
ibmint display supported-jre-versions --work-dir /tmp/wdThis command returns the following response:
BIP15283I: Java versions currently supported for this version of App Connect Enterprise are as follows. 8
Example 3
Display the Java versions that are supported for a particular integration server. In this
example, the integration server is not optimized and nothing has yet been deployed to
it:
ibmint display supported-jre-versions --work-dir /tmp/wd2
This command returns the following response:
BIP15313W: Results are not filtered. No deployed artifacts were found in the work directory.
BIP15283I: Java versions currently supported for this version of App Connect Enterprise are as follows. 17,8
Example 4
Display the Java versions that are supported for CORBA
nodes:
ibmint display supported-jre-versions --component-required JavaNodes/CORBAThis command returns the following
response:
BIP15283I: Java versions currently supported for this version of App Connect Enterprise are as follows. 8
Example 5
Display the Java versions that are supported for the Change Data Capture node:
ibmint display supported-jre-versions --component-required JavaNodes/ChangeDataCaptureThis command returns the following response:
BIP15283I: Java versions currently supported for this version of App Connect Enterprise are as follows. 17Example 6
Display the Java versions that are supported for CORBA nodes and the Change Data Capture
node:
ibmint display supported-jre-versions --component-required JavaNodes/ChangeDataCapture --component-required JavaNodes/CORBAThis command returns the following response:
BIP15312I: None of the Java versions currently supported for this version of App Connect Enterprise can be used for all the
required components. (JavaNodes/ChangeDataCapture,JavaNodes/CORBA) Example 7
Display the help message for the
command:
ibmint display supported-jre-versions --help