I want to run some of the system applications (e.g. Viewer, Video etc) from a C++ library on the P800. Is this possible?
The behaviour I want to achieve is as follows:
- Java class passes a file name (e.g. jpeg filename) to C++ library via JNI
- C++ library loads appropriate application (in this case, the ImageApp) supplying the filename as specified from Java
I've tried it from Java without JNI, using the following call: