The download page

You can now download the Client Applet for java, appletviewer or hotjava. If you unjar the WeatherClient.jar file (to be use by hotjava for example) you will find the Client Source. You will also find the output schema files in the Schema directory. Don't try to recompile these files, the Client version will not be consistent anymore with the Server one !!!.

Download it (updated the 12/9/97)

This applet is signed so you need :

  1. Get a copy of Wrapper's certificate and store it in a file named Wrapper.x509

  2. Create the identity "Wrapper" in your JDK 1.1 identity database. By passing the parameter "true", you're saying that you want Wrapper to be a trusted identity.
            % javakey -c Wrapper true
          

  3. Import Wrapper's certificate into your identity database, assuming you have a copy of Wrapper's certifiate in the file named Wrapper.x509. Associate that certificate with the identity "Wrapper" by using that nickname as the first argument to the javakey command.
            % javakey -ic Wrapper Wrapper.x509
        
  4. Set the security restrictions for hotjava.