zayit.exe appcrash when trying to open an HttpConnection

118 views Asked by At

I am facing a problem while trying to open an HttpConnection in my J2ME app.

I am running the app using the emulator but when it comes to the line of code to open the HttpConnection as:

HttpConnection connection = (HttpConnection)Connector.open(URL);

a dialog appears saying that the app has crashed (zayit.exe).

What am I missing to configure?

0

There are 0 answers