JNI
-
Im using a Java dialog to call a C++ app using JNI, All I want to do is pass an object into the cpp app, there is no writing to be done to the object, just passing strings and bool values. How do I change my
main()
in cpp to be able to accept this object and be able to compile it into a .dll Any articles or help is appreciated. Cheers We have a mathematician, a different kind of mathematician, and a statistician! -
Im using a Java dialog to call a C++ app using JNI, All I want to do is pass an object into the cpp app, there is no writing to be done to the object, just passing strings and bool values. How do I change my
main()
in cpp to be able to accept this object and be able to compile it into a .dll Any articles or help is appreciated. Cheers We have a mathematician, a different kind of mathematician, and a statistician!The only thing I can suggest is to follow Sun's tutorial[^]. Stability. What an interesting concept. -- Chris Maunder