[2874] in java-interest

home help back first fref pref prev next nref lref last post

Re: URLConnection

daemon@ATHENA.MIT.EDU (Jim Graham)
Wed Oct 18 23:40:23 1995

Date: Wed, 18 Oct 1995 19:13:44 -0700
From: flar@bendenweyr.Eng.Sun.COM (Jim Graham)
To: java-interest@java.Eng.Sun.COM, sybille@egd.igd.fhg.de


Hi Sybille,

> using the JDK-prebeta I tried to construct an URL Connection as follows
> 
> myURL = new URL( ... );
> myConnection = new URLConnection(myURL);

Try "myConnection = myURL.openConnection()" instead...

				...jim
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post