Build Instructions for sample SSL programs

Java programs

The Java programs have only been tested on Windows 2000 using the JDK1.4 Standard Edition as downloaded from Sun's web site. I've no reason to believe they won't work on other 1.4 implementations.

Note though that the programs depend on functionality introduced in 1.4, and while it may be possible to make them work using an earlier JDK with the JSSE classes that are separately available from Sun, this has not been tested.

Building the Java code is simple, use:

   > javac ExampleSSLClient.java
   > javac ExampleSSLServer.java

Neither program has any package identification, and neither requires any classes other than those that are included in the JFC. So after compiling them you'll just see some ".class" files turning up in your current directory.


C programs

For VMS, the environment I used was:

For Tru64 UNIX, the environment I used was:

Go back to Nick's JSSE and OpenSSL notes