Product Information > JADE Thin Client Guide > Chapter 2 - Running the Application Server and Presentation Clients > Invoking a JADE Presentation Client

Invoking a JADE Presentation Client

The command line required to run a JADE presentation client is as follows.

jade.exe app=application-name
         ini=JADE-initialization-file-path
         schema=schema-name
         [AppServer=remote-TCP/IP-address-or-name-of-application-server]
         [AppServerPort=TCP/IP-port-number of application-server]
         [name=JADE-initialization-file-section-name-identifier]
         [thinClient=true|false]
         [newcopy=true|false]

As the path and server parameters are controlled by the application server, they are not permitted in the JADE presentation client command line. You must specify the app, ini, and schema parameters.

If you do not specify the optional AppServer or AppServerPort parameter, the values in the [JadeThinClient] section of the JADE initialization file are used. The AppServerPort parameter value must be the same as that on the application server.

The following is an example of the command line required for a presentation client.

D:\JADE\bin\jade.exe app=SortApp schema=SortTest AppServer=JadeServer AppServerPort=1500 ini=r:\jade\system\test\myjade.ini