| | |
| | | else |
| | | echo "Please set OPENDS_JAVA_HOME to the root of a Java 5 (or later) installation" |
| | | echo "or edit the java.properties file and then run the dsjavaproperties script to" |
| | | echo "specify the java version to be used" |
| | | echo "specify the Java version to be used" |
| | | exit 1 |
| | | fi |
| | | else |
| | |
| | | elif test ${RESULT_CODE} -ne 0 |
| | | then |
| | | echo "ERROR: The detected Java version could not be used. The detected" |
| | | echo "java binary is:" |
| | | echo "Java binary is:" |
| | | echo "${OPENDS_JAVA_BIN}" |
| | | echo "You must specify the path to a valid Java 5.0 or higher version." |
| | | echo "The procedure to follow is:" |
| | | echo "1. Delete the file ${INSTANCE_ROOT}/lib/set-java-home" if it exists. |
| | | echo "2. Set the environment variable OPENDS_JAVA_HOME to the root of a valid " |
| | | echo "Java 5.0 installation." |
| | | echo "If you want to have specific java settings for each command line you must" |
| | | echo "If you want to have specific Java settings for each command line you must" |
| | | echo "follow the steps 3 and 4." |
| | | echo "3. Edit the properties file specifying the java binary and the java arguments" |
| | | echo "for each command line. The java properties file is located in:" |
| | | echo "3. Edit the properties file specifying the Java binary and the Java arguments" |
| | | echo "for each command line. The Java properties file is located in:" |
| | | echo "${INSTANCE_ROOT}/config/java.properties." |
| | | echo "4. Run the command-line ${INSTANCE_ROOT}/bin/dsjavaproperties" |
| | | exit 1 |
| | |
| | | exit 1 |
| | | elif test ${RESULT_CODE} -ne 0 |
| | | then |
| | | echo "ERROR: The detected Java version could not be used with the set of java" |
| | | echo "ERROR: The detected Java version could not be used with the set of Java" |
| | | echo "arguments ${OPENDS_JAVA_ARGS}." |
| | | echo "The detected java binary is:" |
| | | echo "The detected Java binary is:" |
| | | echo "${OPENDS_JAVA_BIN}" |
| | | echo "You must specify the path to a valid Java 5.0 or higher version." |
| | | echo "The procedure to follow is:" |
| | | echo "1. Delete the file ${INSTANCE_ROOT}/lib/set-java-home" if it exists. |
| | | echo "2. Set the environment variable OPENDS_JAVA_HOME to the root of a valid " |
| | | echo "Java 5.0 installation." |
| | | echo "If you want to have specific java settings for each command line you must" |
| | | echo "If you want to have specific Java settings for each command line you must" |
| | | echo "follow the steps 3 and 4." |
| | | echo "3. Edit the properties file specifying the java binary and the java arguments" |
| | | echo "for each command line. The java properties file is located in:" |
| | | echo "3. Edit the properties file specifying the Java binary and the Java arguments" |
| | | echo "for each command line. The Java properties file is located in:" |
| | | echo "${INSTANCE_ROOT}/config/java.properties." |
| | | echo "4. Run the command-line ${INSTANCE_ROOT}/bin/dsjavaproperties" |
| | | exit 1 |