yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

Connector class don't exists #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Oh, I'm sorry.... I found the class...

Original comment by THIAGOTU...@gmail.com on 24 Sep 2010 at 4:59

GoogleCodeExporter commented 8 years ago

Original comment by bar...@gmail.com on 27 Sep 2010 at 9:58