Compiling the Java Secure Sockets Extension samples
To compile the Java Secure Sockets Extension 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/jsse/JSSEServer.java \source/com/entrust/toolkit/examples/jsse/JSSEClient.java