[vtkusers] image read error
Bob Palank
bob at stlcc.org
Wed Jul 31 18:20:04 EDT 2002
I'm trying to run Java under XP using Borland JB6 IDE. I had vtk working
before I had to re-install XP. I also get java.lang.UnsatisfiedLinkError in
that Java can't find the vtkCommonJava.dll . Where should the set of dlls be
placed? I do get clean compiles.
BR
Bob Palank
-----Original Message-----
From: vtkusers-admin at public.kitware.com
[mailto:vtkusers-admin at public.kitware.com]On Behalf Of Budd Hirons
Sent: Wednesday, July 31, 2002 3:41 PM
To: vtk-users
Subject: [vtkusers] image read error
Hello,
I found this error while using yesterdays nightly build.
java code:
//get a TIFF image
vtkTIFFReader intiff = new vtkTIFFReader();
-> intiff.SetFileName("E:/Images/Guides/amg_T_Guide.tif");
error:
java.lang.UnsatisfiedLinkError: SetFileName_2
at vtk.vtkImageReader.SetFileName_2(Native Method)
at vtk.vtkImageReader.SetFileName(vtkImageReader.java:20)
at cone.cone.main(cone.java:94)
Exception in thread "main"
Budd.
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list