View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002619VTK(No Category)public2005-12-15 09:062016-08-12 09:54
ReporterMatthias Langer 
Assigned ToWill Schroeder 
PriorityurgentSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002619: java.lang.UnsatisfiedLinkError: DATA_TYPE_NAME_81
DescriptionI 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.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0013891)
dbarbier (reporter)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-10-16 05:45 dbarbier Note Added: 0013891
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036813
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team