Name | Type | Required | Default | Hint |
ID | string | true | Full name of the Java install you wish to install | |
verbose | boolean | false | false | Show verbose installation information |
setDefault | boolean | false | false | Set this Java install to be the default after installing |
Install a version of Java for your servers to use.
server java install openjdk11Set a Java install to be the default server JRE at the same time you install with --setDefault
server java install openjdk11 --setDefaultNote, the default will be set to exactly what you type, so if you don't type a specific release version
server java install openjdk8_jdk8u192-b12 --setDefault