New to JNI: Need good sources / articles
843829Jul 17 2003 — edited Jul 18 2003Hi
I will have to implement an interface (bidirectional) between a application written in C and Java applications. I heard about JNI and that this could be the solution of my problem.
But the books about JNI are rare. I also need to know, that if a JVM is running, can I dynamically load new classes and run them triggered by a C -Application...
You see: I need some basics in JNI ! Do you know any books or tutorials (Sun - tutorial is not that good) which you had good experiences with ?
Thank you in advance
Adrian Ofterdinger