=================================================
RTI Connext DDS Hello_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

To remove all the generated files (.class files), just delete the 'objs'
directory. 

On Unix:
  > rm -Rf objs

On Windows
  > RD /S /Q OBJS


Running this Example
--------------------
This example application is configured by the file USER_QOS_PROFILES.xml
located in this directory. You can modify this file to change the example's
behavior, or you can replace it entirely with the contents of one of the
example files in the <path to examples>/connext_dds/qos/ directory.

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

  > run sub
  > run pub

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:

  > ./run.sh sub
  > ./run.sh pub

If you are running Java 8 on a 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."
