Using the Java CAPS 6 Installation CLI

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.


Note –

When installing using Silent mode, the scripted file, file.properties, is automatically generated by the Java CAPS Installer if the product has already been installed.


In order to perform a silent installation, you must first create a configuration properties file. For more information, see Creating the Configuration Properties File for Silent Installations.

Java CAPS Release 6 does not support:

ProcedureTo Install Java CAPS Silently Using CLI

Before You Begin
  1. Download the installation executable file from the delivery media to the installation directory.

    You can download the file from the following media:

    • The Sun Download Center (SDLC) URL supplied by Sun Support

    • The DVDs that come with the Java Composite Application Platform Suite Media Kit

  2. If you have not done so already, copy the configuration properties file to the directory where you are going to install Java CAPS.

    For more information, see Creating the Configuration Properties File for Silent Installations.

  3. Extract the installation executable file to the directory where you are going to install Java CAPS.

    • Solaris, AIX, and Linux: JavaCAPS.bin

    • Windows: JavaCAPS.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. Go to the installation directory where you copied the configuration properties file and the installation executable file and execute the file.

    • Solaris, AIX, and Linux: sh ./JavaCAPS.bin -i silent -f file.properties

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

    Java CAPS is installed in the directory you specified.