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
`java_unpack` will return full path to the unpacked `Java` distribution that you can use to set the environment variables in the section below using `java_env_set()`.
194
194
195
195
196
-
###5. Manually set installed `Java` environment
196
+
# 5. Manually set installed `Java` environment
197
197
198
198
Let us install another downloaded `Java` distribution, this time with `autoset_java_env = TRUE`:
199
199
@@ -306,7 +306,7 @@ With the user-specified JAVA_HOME rJava and other rJava/Java-based packages will
306
306
[1] TRUE
307
307
```
308
308
309
-
###6. Cleanup
309
+
# 6. Cleanup
310
310
311
311
If you do not want to use `rJavaEnv` anymore, please clear the cache folders before removing the package:
0 commit comments