summaryrefslogtreecommitdiff
path: root/jvmfwk/source/fwkutil.hxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2004-05-17 14:53:49 +0000
committerJoachim Lingner <jl@openoffice.org>2004-05-17 14:53:49 +0000
commite34a18a515a9ab2da41d929d8c08c84b27de29a0 (patch)
treea95e287d8585dff1bfe962edab7748b7a7df38ec /jvmfwk/source/fwkutil.hxx
parentd287e0192ddc46a07e444eb61ff57666bf7ed809 (diff)
#i20052#
Diffstat (limited to 'jvmfwk/source/fwkutil.hxx')
-rw-r--r--jvmfwk/source/fwkutil.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/jvmfwk/source/fwkutil.hxx b/jvmfwk/source/fwkutil.hxx
index 545d29f28..a526b12e9 100644
--- a/jvmfwk/source/fwkutil.hxx
+++ b/jvmfwk/source/fwkutil.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fwkutil.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jl $ $Date: 2004-05-17 13:55:32 $
+ * last change: $Author: jl $ $Date: 2004-05-17 15:53:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
#include "libxml/parser.h"
#include "libxml/xpath.h"
-#define ENVIRONMENT_VAR_JRE_PATH "OO_USE_JRE"
+#define ENVIRONMENT_VAR_JRE_PATH "JAVA_HOME"
namespace jfw
{
@@ -101,7 +101,7 @@ enum JFW_MODE
/** We are NOT in an office process. The javavendors.xml is located next to
the jvmfwk.dll, the javasettings.xml is NEIHER created, NOR read or written.
As class path the environment variable CLASSPATH is used. The JRE, which
- is to be used is determined by the environment variable OO_USE_JRE. It must
+ is to be used is determined by the environment variable JAVA_HOME. It must
contain a file URL to the JRE.
*/
JFW_MODE_ENV_SIMPLE