I followed examples from java.sun.com to build sample jni app, but I've got problems. I intend to use unix with gcc. How do I compile *.c file with native function to have library? What parameters whould I use? There are plenty of and I'm confused.
feedback
|
closed as not a real question by Hovercraft Full Of Eels, Mat, Chris, Michael Petrotta, Michael Foukarakis Sep 18 '11 at 16:27
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
I use the following makefile to compile.
Just type
| |||||
feedback
|