We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f597c4 commit af2471eCopy full SHA for af2471e
R/java_unpack.R
@@ -18,7 +18,8 @@
18
#' java_17_distrib <- java_download(version = "17")
19
#' java_home <- java_unpack(java_distrib_path = java_17_distrib)
20
#'
21
-#' # set the JAVA_HOME environment variable in the current session to the cache dir without touching any files in the current project directory
+#' # set the JAVA_HOME environment variable in the current session
22
+#' # to the cache dir without touching any files in the current project directory
23
#' java_env_set(where = "session", java_home = java_home)
24
#' }
25
0 commit comments