Fix for OPENDJ-461: Recommend JDK6u27 or later in our release notes and install guide due to potential SSL bugs
| | |
| | | |
| | | <para>Before you either download a build of OpenDJ LDAP SDK, or get the |
| | | source code to build your own SDK, make sure you have a Java Development Kit |
| | | installed. OpenDJ LDAP SDK relies on Java 6 or later. You can check for |
| | | Java 6 by running the following command.</para> |
| | | installed. See the <citetitle>Installation Guide</citetitle> section on |
| | | <link xlink:href="install-guide#prerequisites-java" |
| | | xlink:role="http://docbook.org/xlink/role/olink"><citetitle>Java |
| | | Environment</citetitle></link> requirements.</para> |
| | | |
| | | <screen>$ java -version |
| | | java version "1.6.0_24"</screen> |
| | | |
| | | <procedure xml:id="install-stable-sdk"> |
| | | <title>To Install the Latest Stable SDK</title> |
| | | <step> |
| | |
| | | ! |
| | | ! CCPL HEADER END |
| | | ! |
| | | ! Copyright 2011 ForgeRock AS |
| | | ! Copyright 2011-2012 ForgeRock AS |
| | | ! |
| | | --> |
| | | <chapter xml:id='chap-before-you-install' |
| | |
| | | and Apple Mac OS X.</para> |
| | | |
| | | <para>OpenDJ software requires Java 6, specifically at least the Java |
| | | Standard Edition 6.0 (Sun version 1.6.0_10) runtime environment. For |
| | | best server performance, use at least version 1.6.0_22, which includes a |
| | | major security fix for TLS as well.</para> |
| | | Standard Edition 6.0 (Sun version 1.6.0_10) runtime environment. ForgeRock |
| | | recommends that you use at least version 1.6.0_27 due to security |
| | | fixes.</para> |
| | | </section> |
| | | |
| | | <section xml:id="prerequisites-fqdn"> |
| | |
| | | <title>To Prepare For Installation</title> |
| | | |
| | | <step xml:id="check-for-java"> |
| | | <para>Make sure you have the correct Java environment installed.</para> |
| | | <indexterm><primary>Java</primary><secondary>Requirements</secondary></indexterm> |
| | | |
| | | <screen>$ java -version |
| | | java version "1.6.0_24" |
| | | Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-9M3326) |
| | | Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)</screen> |
| | | <para>Make sure you have the correct Java environment installed, as |
| | | described in the section on <link |
| | | xlink:href="install-guide#prerequisites-java" |
| | | xlink:role="http://docbook.org/xlink/role/olink"><citetitle>Java |
| | | Environment</citetitle></link> requirements.</para> |
| | | |
| | | <para>If your default Java environment is not appropriate, set |
| | | <literal>OPENDJ_JAVA_HOME</literal> to the path to the correct Java |
| | |
| | | <para>OpenDJ software depends on the Java environment more than it depends |
| | | on the underlying operating systems. OpenDJ directory server relies on Java 6, |
| | | specifically at least the Java Standard Edition 6.0 (Sun version 1.6.0_10) |
| | | runtime environment. For best server performance, use at least version |
| | | 1.6.0_22, which includes a major security fix for TLS as well. To build |
| | | applications with the OpenDJ LDAP SDK, you need the Java SDK as the runtime |
| | | environment has no compiler.</para> |
| | | runtime environment. ForgeRock recommends that you use at least version |
| | | 1.6.0_27 due to security fixes. To build applications with the OpenDJ LDAP |
| | | SDK, you need the Java SDK as the runtime environment has no |
| | | compiler.</para> |
| | | |
| | | <para>That said, OpenDJ <?eval ${docTargetVersion}?> has been validated on |
| | | the following operating systems.</para> |
| | |
| | | |
| | | <para>OpenDJ <?eval ${docTargetVersion}?> DSML gateway has been validated |
| | | on Apache Tomcat 6.</para> |
| | | |
| | | </chapter> |
| | | |