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