The class, com.ibm.websphere.client.installer.ClientLauncher, contains a main() method that is called by Java Web Start (JWS) to launch the client application. The Java Web Start client is used with platforms that support a Web browser. This client is packaged in the WebSphereClientLauncher.jar file that is located in a WebSphere Application Server clients installation under the <install_root>/ JWS directory.
This launcher class configures the run-time environment for J2EE application clients and thin client applications (not J2EE application clients).
The launcher class requires that the following properties are defined. These properties are not defined in a separate properties file. Instead, the properties are defined as part of the Java Network Launching Protocol (JNLP) files.
Related concepts
Client application Java Network Launcher Protocol deployment descriptor
file
Related tasks
Using Java Web Start