[vtkusers] JNILIB
Daniel Sáez Domingo
dsaez at iti.upv.es
Mon May 13 04:11:22 EDT 2002
Hello,
I've built VTK 4 in a MAC OS X using only Quartz. I've built with wrapping
Java. I have had to create a jnilib containing all the seperate dylib that
cmake creates by default. Doing this, the examples of Java functions but I
have a problem with vtkPanel.java. This file calls native methods. This
methods call another methods that aren't in my global jnilib and it is known
that in Mac OS X, the jnilib libraries are totally independents, then it's no
posible doing calls from a library to another. Then, I would like to know
where this methods or libraries are in order to include them in my jnilib
library and how can I include them.
The error is produced in the next methods invoked from vtkJavaAwt.h:
- All the methods referred to DrawingSurface.
Any idea will be thanked.
Daniel Sáez
More information about the vtkusers
mailing list