Hi,
I am writing a C++ program to pass a string as a parameter to Java Class where it is doing some operation.I am using JNI to serve this purpose.
Is there any simpler way than JNI to perform the above thing.
please reply.
Thanks in Advance
I am writing a C++ program to pass a string as a parameter to Java Class where it is doing some operation.I am using JNI to serve this purpose.
Is there any simpler way than JNI to perform the above thing.
please reply.
Thanks in Advance
Comment