Running under JDK 1.0.2 (or equivalent)

If you wish to run the client under JDK 1.0.2 then you must unzip the JDK_1_0_2_classes.zip file (it is located in the HTTPClient directory). This file contains JDK 1.0.2 compatible replacements for the Util, HTTPResponse, and HttpURLConnection classes and for the popup boxes (both sources and class files are provided). All the other classes will run fine as they are under JDK 1.0.2. However, under JDK 1.0.2 the functionality is restricted as follows:

Note also that this version of the HTTPClient won't compile under JDK 1.0.2. There are a few calls to methods which only exist in JDK 1.1 or later. These are protected by try/catch statements so that the code will still run under JDK 1.0.2, but to compile it you'll have to comment these out.

[HTTPClient]


Ronald Tschalär / 30. January 1998 / ronald@innovation.ch.