Necessitas/FAQ: Difference between revisions

From KDE Community Wiki
(Created page with "=== Can I call a C++ method from JAVA? === Yes, using [http://developer.android.com/guide/practices/jni.html JNI] ! Check [http://community.kde.org/Necessitas/JNI this] exampl...")
(No difference)

Revision as of 17:55, 23 October 2012

Can I call a C++ method from JAVA?

Yes, using JNI ! Check this example.

Can I call a JAVA method from C++?

Yes, using JNI ! Check this example.