|
To run the sample agents in the samples directory, you need to set your CLASSPATH
to include the various TMX4J JAR files and .properties files. An example SetClassPath.bat
(Set_Classpath.sh
for Unix)
can be found in the samples directory. To use it, ensure you have set your TMX4J
install directory in the set_tmx4j_home.bat
file (set_tmx4j_home.sh
for Unix), and then
type SetClassPath.bat
(. SetClasspath.sh
, note the dot, for Unix) to execute.
To run the individual sample agents, simply type
java samples.<agent_name>
at the command prompt.
Certain agents require additional configuration before running. These are:
mlet.properties
, which can be found in the tmx4j/ext/lib
directory.mlet.properties
, which can be found in the tmx4j/ext/lib
directory. The key should contain a simple file path to the mlet_utils
directory.
|