I know the functionality for sockets on a 7210 is available through CLDC, but creating a connection without an instance of com.sun.cldc.io.j2me.socket.Protocol is impossible, and I get a "Cannot access class in system package" error, or an IllegalAccessException whenever I try to instantiate it.
Doing it through the Connector class will work if I can enable the environment variable ENABLE_CLDC_PROTOCOLS, but I can't seem to do this on the emulator, and I don't even know if it exists on the phone.
Any ideas?
Thanks,
Mark Steward

Reply With Quote

