Anyone knows? I heard about JNI but I dont know..
Printable View
Anyone knows? I heard about JNI but I dont know..
What exactly would you like to do with calling a DLL?
I can point you in the correct direction.
JNI will require you to know C/C++
Regards,
Chris
Try JNA. It provides an easier interface than JNI and you don't typically have to write adapter interfaces in C.