install_jdk {multilinguer} | R Documentation |
Install jdk
Description
Install openjdk
which is one of openjdk(java) distro.
Case of MacOS
, remove all java and reinstall corretto
version 11.
Usage
install_jdk(
path = jdk_path(),
version = "11",
gui = TRUE,
run = "ask",
force = FALSE
)
install_java(
path = jdk_path(),
version = "11",
gui = TRUE,
run = "ask",
force = FALSE
)
Arguments
path |
String; The location where jdk is (or should be) installed. See
jdk_path for more details on the default path used by |
version |
String; Jdk version. Now only support "11". check inst/jdk.yaml. |
gui |
Boolean; Some jdk supports os native installer. User can use
the gui when in interactive mode and use |
run |
c("ask","yes","no");If set "yes", installation proccess start. Default is "ask" to user. |
force |
Boolean; force install when is TRUE. Default is FALSE. |
See Also
Other jdk-installer:
jdk_path()
,
remove_jdk()
Other jdk-installer:
jdk_path()
,
remove_jdk()
Examples
## Not run:
install_java()
install_jdk()
## End(Not run)
[Package multilinguer version 0.2.4 Index]