| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0002619 | VTK | (No Category) | public | 2005-12-15 09:06 | 2016-08-12 09:54 | ||||
| Reporter | Matthias Langer | ||||||||
| Assigned To | Will Schroeder | ||||||||
| Priority | urgent | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0002619: java.lang.UnsatisfiedLinkError: DATA_TYPE_NAME_81 | ||||||||
| Description | 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. | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| 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. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |