Compiling the certificate and CRL cache samples
To compile the Certificate and CRL cache sample applications, run the following command in the etjava/examples directory.
javac -sourcepath source -d classes -classpath ../lib/enttoolkit.jar \source/com/entrust/toolkit/examples/cache/CacheCRL.java \ source/com/entrust/toolkit/examples/cache/OfflineLoginUsingCache.java