PDA

View Full Version : Internet Connection Problems


longshanks
29th June 2005, 05:41 PM
Hi All

I cannot get my application to create a GPRS connection when it starts. For example when Pocket IE starts it requests a GPRS connection and a new connection is created. I somehow cannot get that programatically using J2ME - java application. I cannot call the connection manager api from within j9.

I was wondering does anyone know of a simple exe programme that I can call which will create a GPRS connection.

There are many resources detailing how to create a GPRS connection
http://www.pocketpcdn.com/articles/conn_mgr.html

But I am stuck as how to do it as I only know Java.