1229N/Arem The contents of this file are subject to the terms of the
1229N/Arem Common Development and Distribution License, Version 1.0 only
1229N/Arem (the "License"). You may not use this file except in compliance
1229N/Arem You can obtain a copy of the license at
1229N/Arem See the License for the specific language governing permissions
1229N/Arem and limitations under the License.
1229N/Arem When distributing Covered Code, include this CDDL HEADER in each
1229N/Arem file and include the License file at
1229N/Arem add the following below this CDDL HEADER, with the fields enclosed
2362N/Arem by brackets "[]" replaced with your own identifying information:
2362N/Arem Portions Copyright [yyyy] [name of copyright owner]
1229N/Arem Copyright 2008-2010 Sun Microsystems, Inc.
1229N/Arem Portions Copyright 2011-2012 ForgeRock AS
1229N/Aset SET_JAVA_HOME_AND_ARGS_DONE=false
1229N/Aset SET_ENVIRONMENT_VARS_DONE=false
1229N/Aset SET_CLASSPATH_DONE=false
1229N/Aif "%INSTALL_ROOT%" == "" goto setInstanceRoot
1229N/Aif "%SCRIPT_UTIL_CMD%" == "set-full-environment-and-test-java" goto setFullEnvironmentAndTestJava
1229N/Aif "%SCRIPT_UTIL_CMD%" == "set-full-environment" goto setFullEnvironment
1229N/Aif "%SCRIPT_UTIL_CMD%" == "set-java-home-and-args" goto setJavaHomeAndArgs
1229N/Aif "%SCRIPT_UTIL_CMD%" == "set_environment_vars" goto setEnvironmentVars
1229N/Aif "%SCRIPT_UTIL_CMD%" == "test-java" goto testJava
1229N/Aif "%SCRIPT_UTIL_CMD%" == "set-classpath" goto setClassPath
1229N/Afor %%i in (%~sf0) do set DIR_HOME=%%~dPsi..
if "%SET_CLASSPATH_DONE%" == "true" goto prepareCheck
FOR %%x in ("%INSTALL_ROOT%\lib\*.jar") DO call "%INSTALL_ROOT%\lib\
setcp.bat" %%x
if "%INSTALL_ROOT%" == "%INSTANCE_ROOT%"goto setClassPathDone
FOR %%x in ("%INSTANCE_ROOT%\lib\*.jar") DO call "%INSTANCE_ROOT%\lib\
setcp.bat" %%x
FOR %%x in ("%INSTALL_ROOT%\resources\*.jar") DO call "%INSTALL_ROOT%\lib\
setcp.bat" %%x
set CLASSPATH=%INSTANCE_ROOT%\classes;%CLASSPATH%
set SET_CLASSPATH_DONE=true
if "%SET_JAVA_HOME_AND_ARGS_DONE%" == "false" goto setJavaHomeAndArgs
if "%SET_CLASSPATH_DONE%" == "false" goto setClassPath
if "%SET_ENVIRONMENT_VARS_DONE%" == "false" goto setEnvironmentVars
:setFullEnvironmentAndTestJava
if "%SET_JAVA_HOME_AND_ARGS_DONE%" == "false" goto setJavaHomeAndArgs
if "%SET_CLASSPATH_DONE%" == "false" goto setClassPath
if "%SET_ENVIRONMENT_VARS_DONE%" == "false" goto setEnvironmentVars
if "%SET_JAVA_HOME_AND_ARGS_DONE%" == "true" goto prepareCheck
if "%OPENDJ_JAVA_BIN%" == "" goto checkEnvJavaHome
set SET_JAVA_HOME_AND_ARGS_DONE=true
if "%OPENDJ_JAVA_BIN%" == "" goto checkEnvLegacyJavaHome
if not exist "%OPENDJ_JAVA_BIN%" goto checkEnvLegacyJavaHome
if "%OPENDS_JAVA_BIN%" == "" goto checkOpenDJJavaHome
if not exist "%OPENDS_JAVA_BIN%" goto checkOpenDJJavaHome
set OPENDJ_JAVA_BIN=%OPENDS_JAVA_BIN%
if "%OPENDJ_JAVA_HOME%" == "" goto checkLegacyOpenDSJavaHome
if not exist "%OPENDJ_JAVA_HOME%\bin\
java.exe" goto checkLegacyOpenDSJavaHome
set OPENDJ_JAVA_BIN=%OPENDJ_JAVA_HOME%\bin\
java.exe:checkLegacyOpenDSJavaHome
if "%OPENDS_JAVA_HOME%" == "" goto checkJavaPath
if not exist "%OPENDS_JAVA_HOME%\bin\
java.exe" goto checkJavaPath
set OPENDJ_JAVA_BIN=%OPENDS_JAVA_HOME%\bin\
java.exeif not %errorlevel% == 0 goto checkJavaBin
if "%JAVA_BIN%" == "" goto checkJavaHome
if not exist "%JAVA_BIN%" goto checkJavaHome
set OPENDJ_JAVA_BIN=%JAVA_BIN%
if "%JAVA_HOME%" == "" goto noJavaFound
if not exist "%JAVA_HOME%\bin\
java.exe" goto noJavaFound
set OPENDJ_JAVA_BIN=%JAVA_HOME%\bin\
java.exeecho ERROR: Could not find a valid Java binary to be used.
echo You must specify the path to a valid Java 6.0 update 10 or higher version.
echo The procedure to follow is:
echo 2. Set the environment variable OPENDJ_JAVA_HOME to the root of a valid
echo Java 6.0 installation.
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:
if %SET_ENVIRONMENT_VARS_DONE% == "true" goto prepareCheck
set PATH=%SystemRoot%;%PATH%
set SET_ENVIRONMENT_VARS_DONE=true
if "%OPENDJ_JAVA_ARGS%" == "" goto checkLegacyArgs
set RESULT_CODE=%errorlevel%
if %RESULT_CODE% == 13 goto notSupportedJavaHome
if not %RESULT_CODE% == 0 goto noValidJavaHome
if "%OPENDS_JAVA_ARGS%" == "" goto continueTestJava
set OPENDJ_JAVA_ARGS=%OPENDS_JAVA_ARGS%
if NOT "%OPENDJ_JAVA_ARGS%" == "" goto noValidHomeWithArgs
echo ERROR: The detected Java version could not be used. The detected
echo You must specify the path to a valid Java 6.0 update 10 or higher version.
echo The procedure to follow is:
echo 2. Set the environment variable OPENDJ_JAVA_HOME to the root of a valid
echo Java 6.0 installation.
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:
rem We get here when the java version is 6 (or up) but not supported. We run
rem InstallDS again to see a localized message.
echo ERROR: The detected Java version could not be used with the set of Java
echo arguments %OPENDJ_JAVA_ARGS%.
echo The detected Java binary is:
echo You must specify the path to a valid Java 6.0 update 10 or higher version.
echo The procedure to follow is:
echo 2. Set the environment variable OPENDJ_JAVA_HOME to the root of a valid
echo Java 6.0 installation.
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:
if [%1] == [--help] goto end
if [%1] == [--version] goto end
if [%1] == [--fullversion] goto end
rem Perform check unless it is specified not to do it
if "%NO_CHECK%" == "" set NO_CHECK=false
if "%NO_CHECK%" == "true" goto end
if "%CHECK_VERSION%" == "true" set OPT_CHECK_VERSION=--checkVersion
set RESULT_CODE=%errorlevel%
if "%RESULT_CODE%" == "0" goto end