MantisBT - VTK
View Issue Details
0002619VTK(No Category)public2005-12-15 09:062016-08-12 09:54
Matthias Langer 
Will Schroeder 
urgentmajoralways
closedmoved 
 
 
0002619: java.lang.UnsatisfiedLinkError: DATA_TYPE_NAME_81
I use the current cvs-version of vtk (updated on 15.12.2005) and tried to call vtkDataObject::DATA_TYPE_NAME() from java (works fine from c++). The first thing that stroke my attention was that this method is a static member in c++ but a non-static member in java. When i try to call this method i get:

Exception in thread "main" java.lang.UnsatisfiedLinkError: DATA_TYPE_NAME_81
     [java] at vtk.vtkDataObject.DATA_TYPE_NAME_81(Native Method)
     [java] at vtk.vtkDataObject.DATA_TYPE_NAME(vtkDataObject.java:336)

I compiled vtk with gcc-3.4.4 and use the jdk from sun with version 1.5.0_05.
No tags attached.
Issue History
2008-10-16 05:45dbarbierNote Added: 0013891
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036813
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0013891)
dbarbier   
2008-10-16 05:45   
Objects containing an underscore in their name cannot be mapped into Java,
a patch is available at http://www.vtk.org/Bug/view.php?id=6723 [^]
(0036813)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.