[vtkusers] crash caused by vtkXYPlotActor
Jeff Lee
jeff at cdnorthamerica.com
Tue Mar 25 16:20:22 EST 2003
I think you want to load "vtkHybridJava".
-Jeff
Henry Zhang wrote:
>Hello, there,
>
>I tried to use vtkXYPlotActor with Java.
>Whenever I instantiate a vtkXYPlotActor
>instance, my code crashes.
>
> vtkXYPlotActor xyplot=new vtkXYPlotActor(); -----> crashes
>
>The error is "java.lang.UnsatisfiedLinkError: VTKInit
> at vtk.vtkXYPlotActor.VTKInit(Native Method)"
>
>I guess I may need to load a library. The libraries I loaded
>inlcude
> System.loadLibrary("vtkCommonJava");
> System.loadLibrary("vtkFilteringJava");
> System.loadLibrary("vtkIOJava");
> System.loadLibrary("vtkImagingJava");
> System.loadLibrary("vtkGraphicsJava");
> System.loadLibrary("vtkRenderingJava");
> System.loadLibrary("vtkHybrid");
>
>Can any one help me to fix the problem? thanks in advance.
>
>
>Henry
>_______________________________________________
>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
>
>
>
>
--
Jeff Lee
Software Engineer
Computational Dynamics North America Ltd
21 Lafayette Street, Suite 230
Lebanon NH 03766 USA
fax: 603 643 9994
phone: 603 643 9993 x109
http://www.cd-adapco.com
More information about the vtkusers
mailing list