When connecting to local loopback or 127.0.0.1 IP address, an Access Point name prompt is generated by the Java MIDLET.
Code Example:
DatagramConnection dc = (DatagramConnection)Connector.open("datagram://127.0.0.1:5555");
The MIDLET is signed as trusted 3rd party and default Access Point is configured for the application.
Can anybody help?
Thanks,
Danny

Reply With Quote

