[vtkusers] UnsatisfiedLinkError: VTKInit in vtk 5.0.2 java libs

thorprime thorprime at gmail.com
Wed Feb 7 14:16:45 EST 2007


When attempting to create a  vtkVolumeRayCastMapper or
vtkVolumeTextureMapper2D simply initializing the class with 
" vtkVolumeTextureMapper2D volumeMapper = new vtkVolumeTextureMapper2D();"
creates the following error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: VTKInit
	at vtk.vtkVolumeTextureMapper2D.VTKInit(Native Method)
	at vtk.vtkObject.<init>(vtkObject.java:90)
	at vtk.vtkAlgorithm.<init>(vtkAlgorithm.java:246)
	at vtk.vtkAbstractMapper.<init>(vtkAbstractMapper.java:58)
	at vtk.vtkAbstractMapper3D.<init>(vtkAbstractMapper3D.java:46)
	at vtk.vtkAbstractVolumeMapper.<init>(vtkAbstractVolumeMapper.java:30)
	at vtk.vtkVolumeMapper.<init>(vtkVolumeMapper.java:122)
	at vtk.vtkVolumeTextureMapper.<init>(vtkVolumeTextureMapper.java:34)
	at vtk.vtkVolumeTextureMapper2D.<init>(vtkVolumeTextureMapper2D.java:46)"

this is using th 5.0.2 release under OSX compiled to use carbon and cocoa. I
am going to try it again with the CVS later. 
-- 
View this message in context: http://www.nabble.com/UnsatisfiedLinkError%3A-VTKInit-in-vtk-5.0.2-java-libs-tf3189036.html#a8852222
Sent from the VTK - Users mailing list archive at Nabble.com.




More information about the vtkusers mailing list