From 45e3446b445702d05ce1679a1e759f14a739334a Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 13 Jun 2007 06:56:54 +0000 Subject: INTEGRATION: CWS jl64 (1.13.80); FILE MERGED 2007/06/07 07:51:17 jl 1.13.80.1: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_DATA_EXPIRE --- jvmfwk/inc/jvmfwk/framework.h | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'jvmfwk/inc') diff --git a/jvmfwk/inc/jvmfwk/framework.h b/jvmfwk/inc/jvmfwk/framework.h index c600a5aedc7f..33e7ed42b8ac 100644 --- a/jvmfwk/inc/jvmfwk/framework.h +++ b/jvmfwk/inc/jvmfwk/framework.h @@ -4,9 +4,9 @@ * * $RCSfile: framework.h,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:28:21 $ + * last change: $Author: obo $ $Date: 2007-06-13 07:56:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,8 +74,30 @@ extern "C" {
UNO_JAVA_JFW_SHARED_DATA
The file contains settings valid for all users. If a user changes a setting then it takes precedence over the setting from UNO_JAVA_JFW_SHARED_DATA. - The content of this file is an - implementation detail and may change in the future.
+ The content of this file is an implementation detail and may change in the future. + +
UNO_JAVA_JFW_INSTALL_DATA
+
The file contains settings for all users. A user cannot override these settings. + When this parameter is provided then UNO_JAVA_JFW_SHARED_DATA and UNO_JAVA_JFW_USER_DATA + are irrelevant. This parameter is intended for use during the setup. For example, to + install extensions which contain java components. If there is already a file at this + location then it will be overwritten if it is too old. The period of validatity is per + default one hour. This value can be overridden by the bootstrap parameter + UNO_JAVA_JFW_INSTALL_EXPIRE. Setting this variable to 1000 means the settings file + is only valid for 1000 seconds. + +

If one would not use UNO_JAVA_JFW_INSTALL_DATA during setup then most probably + a user installation directory would be created in the home directory of root. This is + because, java settings are determined and stored on behalf of the current user. In other + words UNO_JAVA_JFW_USER_DATA would be used which points into the user installation. +

+

UNO_JAVA_JFW_INSTALL_DATA could point into the shared installation, provided that + only people with root rights can install OOo. Then one has to take care that the + installer removes this file when uninstalling. +

+ + + The content of this file is an implementation detail and may change in the future.

The values for these parameters must be file URLs and include the file name, for -- cgit v1.2.3