Is possible insert a fragment of java code into a Symbian c++ application...or is it possible call a Java external application from a Symbian C++ application?
If you are on UIQ and if you use pJava you can do a lot of interaction through the JNI. There you can use Java objects in C++ code ...although programming those kind of things is no fun. And of course you could launch an external Java app from C++ by invoking "pjava.exe classname args".
If you seriously consider using JNI you might want to read the book "Wireless Java for Symbian Devices". That book is great anyway.
There is a non-portable way to launch the MIDP JVM on some devices, you should search forum Nokia and the Symbian newsgroups server (publicnews.symbiandevnet.com).
Forum posts: 19
If you seriously consider using JNI you might want to read the book "Wireless Java for Symbian Devices". That book is great anyway.
Felix
Forum posts: 11
Forum posts: 363
There is a non-portable way to launch the MIDP JVM on some devices, you should search forum Nokia and the Symbian newsgroups server (publicnews.symbiandevnet.com).
Regards,
Pawel