From 5c5167dd5b99c013d4db759489c7beea3613a57a Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 23 Sep 2020 17:13:02 -0300 Subject: tdf#109084 Give precisions on JRE config path Change-Id: I280492becffbeaba0549d2b671422e64aa28b532 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103276 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/optionen/java.xhp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/text/shared/optionen/java.xhp b/source/text/shared/optionen/java.xhp index 966a13aa4e..1ee4b34667 100644 --- a/source/text/shared/optionen/java.xhp +++ b/source/text/shared/optionen/java.xhp @@ -59,6 +59,24 @@

Java runtime environments (JRE) already installed:

Select the JRE that you want to use. On some systems, you must wait a minute until the list gets populated. On some systems, you must restart %PRODUCTNAME to use your changed setting. The path to the JRE is displayed beneath the list box. +You can override the default JRE of the operating system with one of the following alternatives: + + + By setting the environment variable JAVA_HOME, + + + By adding a JRE to the $PATH variable, + + + By providing the configuration file + javasettings_macOS_X86_64.xml + javasettings_Windows_X86_64.xml + javasettings_Linux_X86_64.xml + javasettings_${_OS}_${_ARCH}.xml + in the folder <instdir>/presets/config. + + +

Add

-- cgit