===========================================================
RTI Connext DDS Hello_world_xml_dynamic Example Application
===========================================================

Welcome to Connext DDS.


Compiling this Example
----------------------

Before compiling make sure that the environment variable NDDSHOME is defined 
and that it refers to your Connext DDS installation directory. 

To build this example on Windows, type the following in a command shell:

  > build

To build this example on a UNIX-based system, type the following in a command
shell:

  > ./build.sh


Running this Example
--------------------
To run this example on Windows, type the following in two different command
shells, either on the same machine or on different machines:

  > runSub
  > runPub

To run this example on a UNIX-based system, type the following in two
different command shells, either on the same machine or on different machines:

  > ./runSub.sh
  > ./runPub.sh

If you are running on 64-bit UNIX-based system, you may need to set
RTI_JAVA_OPTION to -d64 before running the above commands.
  
For more information, please consult your "Getting Started Guide."
