Link to home
Start Free TrialLog in
Avatar of InteractiveMind
InteractiveMindFlag for United Kingdom of Great Britain and Northern Ireland

asked on

JNI tutorials

Hey all,

I'm looking for a really good tutorial on how to use JNI; from the very beginning!  :-)

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Harisha M G
Harisha M G
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of InteractiveMind

ASKER

Yeah, I've seen that one before; I attempted it last year, and found it difficult.
So, I shall give it another go, but I'll leave this thread open, incase anyone finds any easier ones. :-)

Cheers again ;)
> The JNI is for programmers who must take advantage of platform-specific functionality  > outside of the Java Virtual Machine. Because of this, it is recommended that only
> experienced programmers should attempt to write native methods or use the
> Invocation API!

So that must be difficult !!

;-)
InteractiveMind,
    You should work hard to learn the most difficult things. That will yield sweet fruits in future. For example, Pointers in C (I think you know how difficult it is to learn pointers at the beginning, but once learnt, that becomes the biggest part in your C programming career)
You know what, Harish? You're right!  :-)
I'll settle for that tutorial.

Regards;
Avatar of aozarov
aozarov

There is a free book from Sun: http://java.sun.com/docs/books/jni/
And also this page is a recommended reading: http://java.sun.com/docs/books/jni/html/pitfalls.html (from the book)
Fantastic. Thank you, aozarov.
:-)