Being new to Java, I was not familiar with all the
nuances of CLASSPATH and jar files.
I did manage to figure out what my problem was and
added the entries appropriately. It would be nice if
that was included in the read me.
For example:
"In order to use the toolkit you will also need the
a2jruntime.jar file that contains all the classes
needed for the ber codecs. The source can be
downloaded from http://sourceforge.net/projects/a2j/
The jar file itself will be distributed as a part of
the normal jzkit release."
It would be nice to see a line below that that says
change your CLASSPATH variable to the following
export CLASSPATH=$CLASSPATH:
{installpath}/jzkit/a2jruntime.jar:
{installpath}/jzkit/lib/jzkit.jar
Nice toolkit though, once I got past that part. Sort
of a big beast to learn Java on though :-)