Hi! I need to manage the GPRS connection on a JavaME application (start an internet connection automatically or ask user to select some connection) in a symbol handheld device with Windows Mobile 5. I'm developing this application with Java 1.3 and using IBM J9 as jvm. How can I deal with this?
The connection starts only when i do open internet explorer and access something before launch the java application, after that the JavaME application connects to internet normally.