Java code into Symbian C++ application

Login to reply to this topic.
Tue, 2003-10-14 14:53
Joined: 2003-10-13
Forum posts: 11
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?Huh

Claudia

Tue, 2003-10-14 19:05
Joined: 2003-10-08
Forum posts: 19
Java code into 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.

Felix
Wed, 2003-10-15 08:38
Joined: 2003-10-13
Forum posts: 11
Re: java source code into Symbian c++
unlukely my Java source code is J2ME...is there a way to insert it in a symbian c++ application?!
Wed, 2003-10-15 10:13
Joined: 2003-05-27
Forum posts: 363
Java code into Symbian C++ application
Hi,

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
  • Login to reply to this topic.