summaryrefslogtreecommitdiff
path: root/jvmfwk
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
commit6807414a23b01b92f4a1e48247b195ed1232fe7d (patch)
tree83c70d8236c6858b1b714df80b44771ac27312f1 /jvmfwk
parenta917e5f73090323c80a5cd0670ea1d2dd69edadb (diff)
#i20052#
Diffstat (limited to 'jvmfwk')
-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 777e305eec69..043077e9395e 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