[vtkusers] vtkCubeAxesActor2D error in Java
Gary M. Stump
gms158 at psu.edu
Thu Jan 30 11:24:17 EST 2003
I am receiving the following error when I place the following line my Java
code.
vtkCubeAxesActor2D axes = new vtkCubeAxesActor2D();
Exception in thread "main" java.lang.UnsatisfiedLinkError: VTKInit
at vtk.vtkCubeAxesActor2D.VTKInit(Native Method)
at vtk.vtkObject.<init>(vtkObject.java:97)
at vtk.vtkProp.<init>(vtkProp.java:114)
at vtk.vtkActor2D.<init>(vtkActor2D.java:122)
at vtk.vtkCubeAxesActor2D.<init>(vtkCubeAxesActor2D.java:350)
at Glyph.<clinit>(Glyph.java:151)
Any suggestions? --Gary
More information about the vtkusers
mailing list