| Issue 71: | Connector class don't exists | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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();
Sep 24, 2010
#1
THIAGOTU...@gmail.com
Sep 27, 2010
(No comment was entered for this change.)
Status:
Invalid
|