[vtkusers] vtkSelectionNode and Java

Denis Barbier bouzim at gmail.com
Sun Jan 11 07:52:48 EST 2009


On 2009/1/11, Matthias Baitsch wrote:
> Hi!
>
> When using the CONTENT_TYPE() method of vtkSelectionNode from Java, I get an
> UnsatisfiedLinkError (VTK nightly 2009-01-08 on Mac OS X 10.5.6).
>
> Example code:
>
> public class SelectionNode {
>        public static void main(String[] args) {
>                System.loadLibrary("vtkFilteringJava");
>                vtk.vtkSelectionNode sn = new vtk.vtkSelectionNode();
>                sn.GetDebug();
>                sn.CONTENT_TYPE();
>        }
> }
>
> Output:
>
> Exception in thread "main" java.lang.UnsatisfiedLinkError: CONTENT_TYPE_11
>        at vtk.vtkSelectionNode.CONTENT_TYPE_11(Native Method)
>        at vtk.vtkSelectionNode.CONTENT_TYPE(vtkSelectionNode.java:119)
>        at inf.vtk.SelectionNode.main(SelectionNode.java:8)

Hi Matthias,

This is a bug in VTK, see http://www.vtk.org/Bug/view.php?id=6723

Denis



More information about the vtkusers mailing list