From 4f03d1c6b9b340f55a817b0dcb5b6a1cffdb87a1 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 22 Oct 2007 15:48:15 +0000
Subject: [PATCH] Fix for issue 2483: Bad management of lib/set-java-home when java path changed
---
opends/src/quicksetup/org/opends/quicksetup/Installation.java | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/Installation.java b/opends/src/quicksetup/org/opends/quicksetup/Installation.java
index 742d070..ac65361 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/Installation.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -39,6 +39,7 @@
import java.util.concurrent.ExecutionException;
import org.opends.quicksetup.util.Utils;
+import org.opends.server.util.SetupUtils;
/**
* This class represents the physical state of an OpenDS installation.
@@ -71,7 +72,8 @@
/**
* The relative path where all the libraries (jar files) are.
*/
- public static final String LIBRARIES_PATH_RELATIVE = "lib";
+ public static final String LIBRARIES_PATH_RELATIVE =
+ SetupUtils.LIBRARIES_PATH_RELATIVE;
/**
* The relative path where the database files are.
--
Gitblit v1.10.0