Compiling the timestamping samples
To compile the timestamping sample applications, run the following command in the etjava/examples directory.
javac -sourcepath source -d classes -classpath ../lib/enttoolkit.jar;<jakarta.mail-api.jar>;<jakarta.activation-api.jar> \source/com/entrust/toolkit/examples/timestamping/RequestTimeStamp.java \source/com/entrust/toolkit/examples/timestamping/TimeStampedSignedData.java|
Parameter |
Value |
|
<jakarta.mail-api.jar> |
The path on your computer of the jakarta.mail-api.jar third-party library downloaded from https://projects.eclipse.org/projects/ee4j.mail |
|
<jakarta.activation-api.jar> |
The path on your computer of the jakarta.activation-api.jar third-party library downloaded from https://projects.eclipse.org/projects/ee4j.jaf |