buildClientRuntime tool

The buildClientRuntime tool builds the required components from the WebSphere Application Server clients installation into the JAR file specified on the command. This JAR file contains:

  • License files

  • Java 2 Runtime Environment (JRE) that IBM provides

  • Application Clients run-time properties and configuration

  • SSL KeyStore and TrustStore files

  • Run-time library JAR files

In the case of building an Application Clients run-time JAR file only for serving Thin Application client applications and not for J2EE Application client applications, the run-time library JAR files and the Application Clients run-time properties files are not included, except the two configuration files, sas.client.props and soap.client.props.

The command-line invocation syntax for the buildClientRuntime tool is shown in the following example

Windows Usage:  buildClientRuntime .bat  jar_file  [type]
Unix Usage:          buildClientRuntime.sh    jar_file  [type]
Where:
      jar_file     Specifies the target jar file name.    
      type             Range:
                                   buildJ2EE - Default value that builds a Application Clients 
                                                       run-time library for J2EE application.
                                   buildThin  - Builds a Application Clients run-time library 
                                                       for Thin application.


 

Related Tasks


Preparing the Application Client run-time dependency component for Java Web Start

 

See Also


ClientRuntimeInstaller class