hi frndz
can u give me some information about JNI interface.i dont know anything about this
can i impelemnt this interface in J2Me mobile application
thanks in advance
hi frndz
can u give me some information about JNI interface.i dont know anything about this
can i impelemnt this interface in J2Me mobile application
thanks in advance
Ajay Prajapati
Mobile Software Developer
Mumbai,India
JNI does not exist in CLDC based environments (like MIDP). Classes in a MIDP application cannot contain methods declared as "native".
In some cases, there are techniques for communicating between a Java application and a native application, for example by using a TCP/IP socket. Of course, such techniques are highly non-portable.
Cheers,
Graham.