From 84e3c2e819f9921255bdc11041fdb45d61557f55 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 26 Mar 2008 12:00:42 +0000
Subject: [PATCH] Fix for issue 3064 (The setup command should check the Java version)

---
 opendj-sdk/opends/src/messages/messages/quicksetup.properties |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/quicksetup.properties b/opendj-sdk/opends/src/messages/messages/quicksetup.properties
index 4586693..6298f7f 100644
--- a/opendj-sdk/opends/src/messages/messages/quicksetup.properties
+++ b/opendj-sdk/opends/src/messages/messages/quicksetup.properties
@@ -1304,7 +1304,11 @@
 SEVERE_ERR_COULD_NOT_FIND_REPLICATIONID=Could not find a remote peer to \
  initialize the contents of local base DN: %s.
 INFO_NEW_UPGRADE_SCRIPT_AVAILABLE=A new version of '%s' has been made \
-  available.  After this operation you should delete this script and rename \
-  '%s' to '%1$s'.
+ available.  After this operation you should delete this script and rename \
+ '%s' to '%1$s'.
 MILD_ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS=Error updating scripts with java \
  properties.  Error code: %d
+SEVERE_ERR_INCOMPATIBLE_VERSION=The minimum Java version required is %s.%n%n\
+ The detected version is %s.%n%n\Please set OPENDS_JAVA_HOME to the root of a \
+ compatible Java installation or edit the java.properties file and then run \
+ the dsjavaproperties script to specify the java version to be used.

--
Gitblit v1.10.0