A.1 Java Development Kit

The Novell Vibe software runs inside a Java Virtual Machine (JVM). At present, Vibe requires a Java Development Kit (JDK), not a Java Runtime Environment (JRE), in order to run properly. You can use either the Sun JDK or the IBM JDK. Follow the instructions in the section below for your operating system and JDK preference:

If you want to use an SSL connection between your Novell Vibe site and a WebDAV server, and if the WebDAV server has a self-signed certificate rather than a certificate provided by a certificate authority, you must use the Sun JDK. The existing Vibe functionality for handling self-signed certificates is not compatible with the way the IBM JDK handles self-signed certificates.

A.1.1 Oracle JDK on Linux

  1. Go to the following URL:

    Java SE Downloads

    The update you need is listed as “Java SE 6 Update nn.”

  2. Click Download next to this update.

  3. Accept the License Agreement.

  4. Click the jdk-6unn-linux-version-rpm.bin file in the Download column, then save the file to an empty temporary directory on your Linux server.

  5. As the root user, change to that temporary directory, then use the following command to make sure that the download arrived safely:

    ls -l
    

    You should see a file named jdk-6unn-linux-version-rpm.bin.

  6. Change the permissions on the file to include execute permissions:

    chmod +x jdk-6unn-linux-version-rpm.bin

  7. Run the self-extracting file:

    ./jdk-6unn-linux-version-rpm.bin

    This creates a file named jdk-6unn-linux-version.rpm, and a directory named /usr/java/jdk.1.6.0_nn with the Sun JDK software in it.

    The Sun JDK is now installed on your Linux server.

BASIC VIBE INSTALLATION SUMMARY SHEET

Under Java JDK Location on the Basic Vibe Installation Summary Sheet, specify the directory where you install the JDK. The Vibe installation program prompts you for this location.

A.1.2 IBM JDK on Linux

Installing the IBM JDK on SUSE Linux Enterprise Server 11

The IBM JDK 6.0 is available with SUSE Linux Enterprise Server (SLES) 11, which is used for Open Enterprise Server (OES) 2. You can install it by using YaST.

  1. In YaST, click Software > Software Management.

  2. In the Search field, type ibm, then click Search.

  3. Select Java 5 SDK, Standard Edition (java-1_5_0-ibm-devel), then click Accept.

  4. Click Continue to accept the suggested dependencies, then click No because you don’t need any more packages.

  5. Exit YaST.

    This creates a directory named /usr/lib/jvm/java-1_5_0-ibm-1.5.0_sr3 with the IBM JDK software in it.

BASIC VIBE INSTALLATION SUMMARY SHEET

Under Java JDK Location on the Basic Vibe Installation Summary Sheet, specify the directory where you install the JDK. The Vibe installation program prompts you for this location.

Installing the IBM JDK on Open Enterprise Server 2 and SUSE Linux Enterprise Server 10

The IBM JDK 6.0 is not included with SUSE Linux Enterprise Server (SLES) 10.

To download the IBM JDK 6.0:

  1. Go to the following URL:

    Java SE Downloads

  2. In the Java SE Version 6 table, in the Download column, click the appropriate link for your operating system.

  3. Sign in using your IBM account. If you don’t have an account, create one.

  4. Agree to IBM’s License Agreement, then continue.

  5. Download the ibm-java-i386-sdk-6.0-n.n.i386.rpm file to an empty temporary directory on your Linux server.

  6. Change to that directory, then run the downloaded file.

    This creates a directory named opt\ibm with the IBM JDK in it.

    The IBM JDK is now installed on your Linux server.

BASIC VIBE INSTALLATION SUMMARY SHEET

Under Java JDK Location on the Basic Vibe Installation Summary Sheet, specify the directory where you install the JDK. The Vibe installation program prompts you for this location.

A.1.3 Oracle JDK on Windows

  1. Go to the following URL:

    Java SE Downloads

    The update you need is listed as “Java SE 6 Update nn.”

  2. Click Download next to this update.

  3. Accept the license agreement.

  4. Click the jdk-6unn-windows-version.exe file in the Download column, then save the file to an empty temporary directory on your Windows server.

  5. Change to that temporary directory, then run the downloaded executable.

    This creates a directory named c:\Program Files\Java\jdk6unn with the Oracle JDK software in it.

    The Oracle JDK is now installed on your Windows server.

BASIC VIBE INSTALLATION SUMMARY SHEET

Under Java JDK Location on the Basic Vibe Installation Summary Sheet, specify the directory where you install the JDK. The Vibe installation program prompts you for this location.