runclient Script

To run a J2EE application client, you execute the runclient script from a command-line prompt.

Syntax

runclient -client <appjar> [-name <name>] 
[-textauth] [<app-args>] 
Table B-5. runclient Options
Option Description
-client <appjar > The J2EE application EAR file
-name <name > The display name of the J2EE application client component
-textauth Causes the client container to prompt for the user name and password from the command line, not from a pop-up window
<app-args> Any arguments required by the J2EE application

Example

Before executing the runclient command, you must set the APPCPATH environment variable to the name of the client JAR stub file that is generated during deployment. The following example shows how to set ...

Get J2EE™ Tutorial, The now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.