Video tutorial of JNI
Loading...
8,156
Loading...
There is no Interactive Transcript.
Uploader Comments (matthiasbuchner)
see all
All Comments (18)
-
Just the kind of thing I was looking for. Sadly I couldn't get the example to work. Followed every step to the letter, then went to run the result and all I got was a damn "Exception in thread "main" java.lang.UnsatisfiedLinkError
:" message. I tried debugging, but only managed to find out that the dll loads without problems, but exceptions are thrown as soon as any of the native methods are called... Bloody frustrating!
-
Amazing post man!!! Really good...
-
Thank you so much. Your video is great! Now I know how to "unleash the monster" ;)
-
fantastic video, ty
-
Thank you very much for this tutorial! and I love your accent :).
-
thanks ...
Loading...
Excellent video..didnt know jni debugging would be this easy!! any chance you would show how to debug jni with eclipse cdt?
infinitecmdz 6 months ago
@infinitecmdz For those you don't know Eclipse CDT is an IDE for C/C++ environment. infinitecmdz, thanks for the feedback but I really don't know if I will have time to make it anytime soon; I have a pile of pending projects. If others are interested, please leave a comment here. You can follow my blog at codebazaar.blogspot.com to get the latest updates.
matthiasbuchner 6 months ago
really nice done, thanks a lot :)
zpinacz 1 year ago
@zpinacz You are welcome. I hope it helped. Thanks for leaving a comment.
matthiasbuchner 1 year ago
how to create a 64 bit dll using visual c++ 2010 express edition.
vikasbisla 1 year ago
@vikasbisla If you can't get the DLL to compile in 64-bit, you can try to switch to a 32-bit JVM.
matthiasbuchner 1 year ago