A nasty little technical question for any Symbian Java experts out there.
I'm trying to find ways that a MIDlet could communicate with a Symbian C++ app running on the same device. Does anyone know if any of the following might be possible:
- Opening an HttpConnection to 127.0.0.1 on the Java side, and having the C++ app listening on port 80
- Writing information to "persistant storage" on the Java side, and having the C++ app somehow find and read that data
- Starting the MIDlet from a C++ app, and communicating via system.in and system.out
Thanks in advance for any ideas!
--G

Reply With Quote

