|
-
Download the
MessageForge
distribution to a local drive.
-
Set the environment variable
RC_LIBREPO_HOME
to point to the location where the messaging framework JARs have been installed. For example, if the framework was installed in
d:\rmsg
then the JARs will be located in
d:\rmsg\lib\java
.
-
Run the code generator script
codegen.bat
. The code generator uses a XML config file
codegenconfig.xml
to do its work. The default config file is designed to build the sample JAVA messages.
-
Verify that JAVA classes have been generated. By default, the JAVA classes would have been generated in the
samples
directory.
-
Compile the sample messages to verify the installation. This can be accomplished by running the
buildtest.bat
script in the
samples
directory.
-
Test the sample messages. This can be accomplished by running the
runtest.bat
script in the
samples
directory.
|