is there possibility to communicate between java and c++ application on one phone (fo example S60)??
is there possibility to communicate between java and c++ application on one phone (fo example S60)??
No its not possible in S60 as there is no JNI feature available in the KVM (conpact virtual machine). However, Series 80 does support JNI.
Sreekanth Bellur,
Symbian C++ Developer,
Ravensoft Ltd.,
Manchester,
United Kingdom
You can use an TCP/IP connection between both applications (J2ME - Symbian).
Kurt
please see http://midpjni.com or http://developer.symbian.com/main/do...ework_v1.1.zip
for socket based communication between a MIDP app and a native APP
Hartti