Compiling the PKCS #10 samples

To compile the PKCS #10 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/pkcs10/CreateP10CertificateRequest.java \
source/com/entrust/toolkit/examples/pkcs10/RetrieveCertificate.java \
source/com/entrust/toolkit/examples/pkcs10/CreateShortLivedCertificate.java