From c47b752167c38d9088bc79b66097b5ffd817162b Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 18 Apr 2008 07:39:24 +0000 Subject: [PATCH] Fix for issue 3180 (Setup should give the path of the detected java when incorrect version is detected.) --- opends/src/messages/messages/quicksetup.properties | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index 7dfe4c0..2e28625 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -1319,6 +1319,7 @@ 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. + The detected version is %s.%nThe binary detected 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