Re: Java Newbie... Read file at HTTP



sven.dz@xxxxxxxxx writes:

> URLConnection con = image;
> openConnection();

Should be:

URLConnection con = image.openConnection();
.