How to use the DLLs which created from c++ in Java?
And How to use the DLLs which created from JNI in C++?
[68 byte] By [
skyyjck] at [2007-9-26 16:27:13]

Huh?Are you asking how to do JNI - you should read the tutorial.Are you asking how to load it - then use System.loadLibrary()Are you asking what to do with the output from javah - put it in a C file and write some code, compile it into a dll.