In the jfcunit_2.08.tar.gz:
All .sh and setclasspath.sh.example should be unix format. In addition, all of them should use LF as line mode.
The top of the current scripts, they specify
the shell to "#!/usr/bin/sh" but I figure the
path is not in general.
It is better to specify it to "#!/bin/sh", so I figure.
In the middle of the "setclasspath.sh.example",
CLASSPATH=${CLASSPATH};${JAKARTA_REGEXP_HOME}/jakarta-regexp-1.2.jar
is wrong.
You have to change semicolon to colon.