installAgentJava#

Install a Java package as a new managed Java installation

This command requests the agent install Java, but does not wait for or report the result. The returned maintenance task can be used to query the result.

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  installAgentJava [parameters]

Parameters#

Parameter Type Required Description
agent string true Name or ID of the agent
package string true Name or ID of the Java package

Related REST command: Install a Java package as a new managed Java installation.

Parent topic: CLI Commands