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:
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.
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
Related reference
ClientRuntimeInstaller class