NEW to JNI..
I try'd the example of JNI
Creating an DLL from a some C files..
and it's work'd fine
In my case in need to use JNI on API written in C that i got
the files that i have are
some H files and one LIB file
what sould i do ..
i must load an DLL file ,
can i load the LIB file.
dont know what to do.
thanks

