Building JBench
Building JBench is (should be) simple:
- Get and install ant from the Ant Project Page
(The optional tasks are not needed by the JBench build procedure.)
- Get the JBench source distribution from the
JBench Project Page
- Unpack the distribution, which will create a JBench-(version)
directory
- Run ant from the directory created - the default target is "all"
which will clean and build everything
- Use the
build/lib/JBench.jar
file created
- If you wish to recompile the native library used for more
accurate timing, look in the
native
directory - there
are makefiles for Linux, Win32 and Solaris.
I'm still a relative Ant newbie, so if you run into problems (or
have any suggestions as to how the build procedure could be
improved), please mail me.
JBench Manual