You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the use command add in an option to select the JDK to install on the node. We could do this by having pre-canned install scripts to install the different JDK versions. This would mean the valid values that can be supplied to the option are fixed.
In the above case, by default we install JDK 1.8 and copy its install script to the provisioning directory. If a different JDK version is specified, we would copy the appropriate install script to the provisioning directory.
The text was updated successfully, but these errors were encountered:
As part of the
use
command add in an option to select the JDK to install on the node. We could do this by having pre-canned install scripts to install the different JDK versions. This would mean the valid values that can be supplied to the option are fixed.In the above case, by default we install JDK 1.8 and copy its install script to the provisioning directory. If a different JDK version is specified, we would copy the appropriate install script to the provisioning directory.
The text was updated successfully, but these errors were encountered: