From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- .../source/text/shared/optionen/javaparameters.xhp | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 helpcontent2/source/text/shared/optionen/javaparameters.xhp (limited to 'helpcontent2/source/text/shared/optionen/javaparameters.xhp') diff --git a/helpcontent2/source/text/shared/optionen/javaparameters.xhp b/helpcontent2/source/text/shared/optionen/javaparameters.xhp new file mode 100644 index 000000000..fccda285d --- /dev/null +++ b/helpcontent2/source/text/shared/optionen/javaparameters.xhp @@ -0,0 +1,63 @@ + + + + + + + + +Start Parameters +/text/shared/optionen/javaparameters.xhp + + +UFI: new dialog from Java tab page + + + + + +Java Start Parameters +You can use this dialog to enter optional start parameters for the Java runtime environment (JRE). The settings that you specify in this dialog are valid for any JRE that you start. +
+ +
+ +Java Start parameter +Enter a start parameter for a JRE as you would on a command line. Click Assign to add the parameter to the list of available start parameters. +Do not use escape characters or quotes in path names. +For example, to point the system property "myprop" to a folder, enter the following parameter: +-Dmyprop=c:\program files\java +To enable debugging in a JRE, enter the following parameters: +-Xdebug +-Xrunjdwp:transport=dt_socket,server=y,address=8000 +These changes take effect after you restart %PRODUCTNAME. + +Assigned start parameters +Lists the assigned JRE start parameters. To remove a start parameter, select the parameter, and then click Remove. + +Add +Adds the current JRE start parameter to the list. + +Edit +Opens a dialog where the selected JRE start parameter can be edited. + +Remove +Deletes the selected JRE start parameter. + +
-- cgit v1.2.3