[vtkusers] UnsatisfiedLinkError problem about vtkWriter
Jeff Lee
jeff at cdnorthamerica.com
Mon Jul 26 07:22:24 EDT 2004
It sounds like you are using a vtk.jar from a different version of vtk -
i.e. it is referenceing methods which don't exist in the libraries in
your libpath. Make sure the vtk.jar is from the same build which
produced the libs.
-Jeff
Q Ma wrote:
>Hi, there,
>
>I am using java1.4 binding VTK4.2 under IRIX(SGI) platform.
>During my code, I want to use vtkPolyDataWriter.
>There is no problem for compile.
>But, if I run it, it will report error:
>
>Exception in thread "main" java.lang.UnsatisfiedLinkError: Update_3
> at vtk.vtkWriter.Update_3(Native Method)
> at vtk.vtkWriter.Update(vtkWriter.java:24)
> at Controllor.<init>(Controllor.java:202)
> at Controllor.main(Controllor.java:357)
>
>It will report similiar error (changed to Write_2) if I call Write method.
>
>If I remove vtkPolyDataWriter, everything will be OK.
>
>Can anyone give some advice to figure it out?
>Thank you very much.
>
>Best Regards,
>Richard
>
>
>_______________________________________________
>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://www.vtk.org/mailman/listinfo/vtkusers
>
>
>
>
More information about the vtkusers
mailing list