JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Using the Oracle Java CAPS 6.3 Installation CLI     Java CAPS Documentation
search filter icon
search icon

Document Information

Using the Java CAPS 6.3 Installation CLI

Overview of CLI Installations

Installing the JDK Software and Setting JAVA_HOME

To Install the JDK Software and Set JAVA_HOME on a UNIX System

To Install the JDK Software and Set JAVA_HOME on a Windows System

Creating the Configuration Properties File for Silent Installations

To Create the Properties File for a Command-Line Installation

Installing Java CAPS Silently Using CLI

To Install Java CAPS Silently Using CLI

Installing Java CAPS Using the CLI Console

To Install Java CAPS Components Using the Command Line Console

Enabling Oracle Advanced Queueing

To Create the Java CAPS Advanced Queue User

To Install Advanced Queueing Support After Installing Java CAPS

To Allow Enterprise Manager to Delete Advanced Queue Messages

Enabling WebLogic JMS for Java CAPS

To Install WebLogic JMS Support After Installing Java CAPS

Links to Additional Installation Information

Installing Additional Components

Starting and Stopping Java CAPS

Running Java CAPS as a Windows Service

Increasing the NetBeans Heap Size

Working With the Repository

Installing Java CAPS Silently Using CLI

You can use the Java CAPS command-line installation script to perform a complete installation silently. A silent installation means that you will not interact with the Installer, nor will you see the process unless you open the directory to which you are installing.

Java CAPS Release 6.3 does not support the following:

To Install Java CAPS Silently Using CLI

Before You Begin

  1. Download the installation executable file from the delivery media to the installation directory.
  2. If you have not done so already, copy the configuration properties file to the directory where you are going to install Java CAPS.

    Note - The passwords defined in the this file must meet Oracle requirements of having eight or more characters, at least one number, and at least one lowercase and one uppercase character.


  3. Extract the installation executable file to a temporary directory.
    • UNIX and Linux: JavaCAPS-OS.bin, where OS is the name of the operating system

    • Windows: JavaCAPS-Windows.exe


    Caution

    Caution - On UNIX systems, the Java CAPS Installer uses /tmp as its workspace by default even when /var/tmp is the system temporary directory, as is the case on Solaris SPARC systems. If you do not have access to /tmp, set the environment variable to IATEMPDIR=/var/tmp. The Java CAPS Installer will then use /var/tmp as its temporary directory.


  4. From a command line, navigate to the location of the executable file and run one of the following commands, specifying the relative path and filename for the properties file in place of file.properties:

    UNIX and Linux: sh ./JavaCAPS-OS.bin -i silent -f file.properties, where OS is the name of the operating system

    Windows: JavaCAPS-Windows.exe -i silent -f file.properties

    Java CAPS is installed in the directory you specified. After several minutes, a console appears and provides general information about the installation process. It closes when the installation is complete.