What steps will reproduce the problem?
1.When i try to use Connctor from javax.microedition.io package, i need this to
use the open method
2.
3.
What is the expected output? What do you see instead?
Request to one URL
What version of the product are you using? On what operating system?
2.4, Windows
Please provide any additional information below.
Java:
con = (HttpConnection) Connector.open(url);
Android:
URL u = new URL(url);
con = (HttpURLConnection) u.openConnection();
Original issue reported on code.google.com by THIAGOTU...@gmail.com on 24 Sep 2010 at 4:44
Original issue reported on code.google.com by
THIAGOTU...@gmail.com
on 24 Sep 2010 at 4:44