
Tue, 04/16/2002 - 17:23
Forums:
Hello,
is anyone out wich some expirience in Java and Opencascade.
How to build the Headerfile and *.dll
Or is there an kind of documantation from
the Java-Samples.
any help is welcome
thanks
udo
Hello,
is anyone out wich some expirience in Java and Opencascade.
How to build the Headerfile and *.dll
Or is there an kind of documantation from
the Java-Samples.
any help is welcome
thanks
udo
Thu, 06/06/2002 - 22:02
Hi,
if your problem is generic, I mean how to allow java and C++/C co-operate, you have to look at the following url: http://java.sun.com/products/jdk/1.2/docs/guide/jni/spec/jniTOC.doc.html
There you can find some useful information concerning how to call C++/C methods from java source code.
The same mechanism has been implemented inside the java demo provided by OpenCASCADE.
Hope this help.
Paolo.