You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Pill, Juergen" <Ju...@softwareag.com> on 2003/01/16 14:03:17 UTC

JDK 1.4 dependency in HttpConstants

Hello,

Just got the newest Sources from CVS and tried to compile with JDK 1.3.1_02.
I get an error in HttpConstants (no problem is present with JDK 1.4):

        } catch (UnsupportedEncodingException e) {
            throw new RuntimeException(e);
        }


This constructor is newly introduced in JDK 1.4

Best regards

Juergen