Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: URLConnection.openConnection() fails on mac
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: URLConnection.openConnection() fails on mac



I have had the same problem and I solved it using the code in the Technical note
http://developer.apple.com/qa/java/java26.html Scott Kovatch suggest:

URLConnection httpConn =
new sun.net.www.protocol.http.HttpURLConnection(
url, url.getHost(), url.getPort());

You have to set some security option in IE.

The Scott Kovatch reply is in this list:
Subject: Re: TCP & AWT (More infos)

References: 
 >URLConnection.openConnection() fails on mac (From: "Alex Panicker" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.