I am trying to develop a chat client for J2ME platform. I open socket connection with:
javax.microedition.io.Connector.open()
The application works fine on several new phones with J2ME support, but hangs on the above line of code in some of the older J2ME phones. I read on a blog that there is an alternative IO library for J2ME, but I couldn't find its JAR anywhere to download.
I would highly appreciate if you share with me how, if you have ever faced portability problem with J2ME IO classes, did you manage it? Please let me know if you know of any alternative to J2ME IO.
Many thanks!