Fit for Java
v1.1

To Run This Version of Fit

Try it now: open a command prompt and change to the Fit installation directory. Run the following command. It will process the arithmetic example and put the output in results.html:

java -classpath fit.jar fit.FileRunner examples/input/arithmetic.html results.html

You'll see this message:

37 right, 10 wrong, 0 ignored, 2 exceptions

To use Fit on your own project, make sure fit.jar is in your classpath and use the following command-line:

java fit.FileRunner input.html output.html

See the Fit website for more information about Fit.

Archive Contents

In this archive, you will find the following files and directories: