Reputation: 118792
My Java ME Midlet works fine on Java phones and the BlackBerry simulator, but I can't receive a connection on a BlackBerry. I see a message that asks for permissions to connect, but when I select yes, it doesn't connect and instead throws an IO exception with the message APN not specified. Does anyone know why this might be failing?
Upvotes: 2
Views: 2656
Reputation: 6263
May be problem is in permissons on your device?
Upvotes: 0