[2858] in java-interest
URLConnection
daemon@ATHENA.MIT.EDU (Sybille Hambach)
Wed Oct 18 11:13:58 1995
From: Sybille Hambach <sybille@egd.igd.fhg.de>
Date: Wed, 18 Oct 95 13:55:15 +0100
To: java-interest@java.sun.com
Hi,
using the JDK-prebeta I tried to construct an URL Connection as follows
myURL = new URL( ... );
myConnection = new URLConnection(myURL);
I got an error message, as the constructor URLConnection(URL url) is
protected (think this was the reason).
However, how CAN I get an connection ???
Sybille.
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com