Chapter 17 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 NT:
PATH - In System Properties, add the directory in
which the client is located to the PATH environment variable.
Copyright © 2000 Sybase, Inc. All rights reserved.
|
|