Install Guide
14 Binary Installation
RSA BSAFE SSL-J 6.2.6 Installation Guide
ii. Execute the server in a command shell. For example, to run the Simple
server:
ant -f build-api_name.xml run.server.Simple
iii. Execute the client in another command shell. For example, to run the
Simple client:
ant -f build-api_name.xml run.client.Simple
Alternately, the complete set of client-server samples can be executed in a
single command shell. Use the following command:
ant -f build-api_name.xml run.client-server.all