FAQ

From KDE Community Wiki
Revision as of 17:54, 23 October 2012 by Bog dan ro (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.