|
I have a J2ME application. When user downloads and run this app on his/her mobile device, the midlet makes a HttpsConnection connection and get provisioned. HttpsConnection m_hCon = (HttpsConnection)Connector.open(url), here url is some url which I want to connect to. However, in case of Samsung SPH-M300 device, the app gets successfully downloaded but when I run the app, it throws an exception stating that âCanât create class in sysâ and quits. Has anyone encountered the same problem? If yes, what is the solution for the same.
|