Hi to all. I'm a newbie in bb development. And i have no much experience using Java. I have a problem.
Code:
httpConnection = (HttpConnection)Connector.open(temp);
String temp contains the real link. But in debug window value of httpConnection._responceCode is 0 after execution of this command.
So the next line
Code:
in = httpConnection.openDataInputStream();
has no sense and gives me an error.
In another program it works correctly. Any ideas?