
Chapter 15 Creating CORBA C++ Clients
Deploying C++ clients
To deploy a C++ client on another machine:
- Copy the client's
executable to the machine.
- Set the following environment variable:
- On UNIX:
PATH - add the directory in which the client is located
to the PATH environment variable.
- On Windows:
PATH - in System Properties, add the directory in
which the client is located to the PATH environment variable.
Copyright © 2002 Sybase, Inc. All rights reserved.
|
|