[vtkusers] Unsatisfied Link Error :	vtk.vtkVolumeTextureMapper3D.VTKInit()J
    Denis Barbier 
    bouzim at gmail.com
       
    Thu Oct 22 03:43:41 EDT 2009
    
    
  
On 2009/10/22 Divye wrote:
>
> Hi All,
>
> I am getting the above error while trying to run a program that reads DICOM images and does 3d visualization.
> After searching through the mailing list, I found similar posts, but none of them solved the problem .
> I included the static code block :
> static {
>             System.loadLibrary("vtkCommonJava");
>             System.loadLibrary("vtkFilteringJava");
>             System.loadLibrary("vtkIOJava");
>             System.loadLibrary("vtkImagingJava");
>             System.loadLibrary("vtkGraphicsJava");
>             System.loadLibrary("vtkRenderingJava");
>           }
>
> and made sure the system variables are set correctly. Still no luck :(
[...]
Hi,
This class is found in vtkVolumeRenderingJava, try with adding
  System.loadLibrary("vtkVolumeRenderingJava");
Denis
    
    
More information about the vtkusers
mailing list