Re: Blackdown 1.3.1 problem with the https URL scheme: Won't work

2002-12-04 Thread Alexander V. Konstantinou
David, JDK1.4 includes the JSSE libraries, whereas 1.3 does not. Hence showing that it works in 1.4 does not prove it will work in 1.3. Probably, someone made a separate installation on your IBM 1.2, some time in the past. Download the JSSE implementation from "http://java.sun.com/products/jsse/"

Blackdown 1.3.1 problem with the https URL scheme: Won't work

2002-12-04 Thread David Tonhofer
Hello, I have run into a little snag with the blackdown 1.3.1 02b on RedHat Linux 7.3, just the facts: 1) I can't get the 'https' URL scheme to work with my code, i.e. new URL("https",...) throws an exception: java.net.MalformedURLException: unknown protocol: https Note that this is not d