OK, I forgot to add: I know nothing of C/C++ or compiling these things. I use Windows XP.
So considering these limitiations, can I still use a DLL from Java without having to fiddle with .h files etc? The example provided assumes one implements the native code aswell as the Java.
I have a DLL, I know the methods within that DLL but I can't use C/C++ myself.
Main Topics
Browse All Topics





by: objectsPosted on 2009-09-11 at 14:58:07ID: 25313784
> My question is basically, can I with JNI access any DLL without having access to the source code from which the DLL was compiled?
per/online Training/P rogramming / JDCBook/j ni.html
you can
http://java.sun.com/develo