Opencascade and Java

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

Paolo Mosna's picture

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.