>I am myself working on a java 3D application which uses a crowd simulation
>engine written in C++. I am using JNI ( in visual C++ ) to control and get
>information from
>this engine and this is working very well. Could you give me more information
>on what you are trying to do ? It took some time for me to figure out how
Ok, I'm not really sure we are talking about the same use of JNI. If I
understand correctly, you use JNI to get input data from a C++ application
but your interface and frame are in Java? On my side, I want to do the
inverse, ie: I have a C++ interface written with Visual Studio and I want
it (on menus events) to call method of my component written in Java & j3d.
I want the Canvas3D of this component to be included into the view of the
C++ application. So we can view this as a C++ application including a
Java3D visual component into it's client area. I hope you could help me
since I'm running out of solutions to resolve this problem. It's really
frustrating since I seem so much near the key.
>You can also go on Sun tutorial page at
>http://www.javasoft.com/docs/books/tutorial/native1.1/index.html to get more
>information on this subject.
I already check it but it seems to have a lack of information for JNI on
java 2 platform and especially on the kind of work I have to do.
Thanks for helping,
Stephane
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/