Client application Java Network Launcher Protocol deployment descriptor file

The deployment descriptor file is the main Java Network Launcher Protocol (JNLP) descriptor file for the client application.

 

Location

The client application has an Application Clients run-time dependency that provides the following:

If the Application Clients run-time dependency is not met, it is downloaded and installed in Java Web Start (JWS), as described by the Application Clients run-time installer JNLP descriptor file

<j2se version="WASclient6.1.0"
href="/WebSphereClientRuntimeWeb/Runtime/WebSphereJre/AppClientRT.jsp"/>

 

Usage notes

The client application must also include the WebSphereClientLauncher.jar file, which contains the launcher class, com.ibm.websphere.client.launcher.ClientLauncher, that completes one of the following actions:

 

See also


JNLP descriptor file for a J2EE Application client application
JNLP descriptor file for a Thin Application client application
ClientLauncher class
Launcher tool
Related tasks
Preparing the Application Client run-time dependency component for Java Web Start Preparing Application Clients run-time library component for Java Web Start Using Java Web Start Related reference
launchClient tool