summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-27 09:54:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-27 09:54:16 +0000
commit96ead6b83b7c2efaa47f3cf9e624820519f8ede9 (patch)
tree6a5241c440b8f812ced3647887c2010808e3cb81 /jvmfwk
parent17ace2a1e2821d666a8a7f274628cbfcef01434d (diff)
INTEGRATION: CWS sixtyfour08 (1.4.30); FILE MERGED
2006/09/21 09:34:17 cmc 1.4.30.1: #i68665# best way to find gcj jvm under x86_64
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx
index 8ae5aa552..b3d09c8a4 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gnujre.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2006-02-28 10:31:12 $
+ * last change: $Author: vg $ $Date: 2006-09-27 10:54:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,6 +44,8 @@ namespace jfw_plugin
class GnuInfo: public VendorBase
{
+private:
+ rtl::OUString m_sJavaHome;
public:
static char const* const* getJavaExePaths(int * size);