NumberCruncherClient is a simple client for factoring integers. A
remote NumberCruncher is contacted and asked to factor an
integer. The factors returned by the {@link NumberCruncherServer}
are displayed on the screen.
See source code of
NumberCruncherClient for more details.
Usage: java org.apache.log4j.examples.NumberCruncherClient HOST
where HOST is the machine where the NumberCruncherServer is running
Note that class files for the example code is not included in
any of the distributed log4j jar files. You will have to add the
directory /dir-where-you-unpacked-log4j/classes to
your classpath before trying out the examples. |