Softwares req?
Dear Sir,
What are the supporting softwares needed for executing JNI. Where i can find the simple JNI Program
Advance Thanks,
Rengaraj.R
Dear Sir,
What are the supporting softwares needed for executing JNI. Where i can find the simple JNI Program
Advance Thanks,
Rengaraj.R
To start with you need a C or C++ compiler.
And you need at least a basic understanding of the C or C++ language.
And how to create a shared library using the compiler and the C or C++ code.
None of that has anything to do with java nor with JNI.