<div>hi ,</div>
<div>when i use the class vtkVolumeRayCastCompositeFunction,I get into trouble :</div>
<p>Exception in thread "main" java.lang.UnsatisfiedLinkError: vtk.vtkVolumeRayCastCompositeFunction.VTKInit()V<br> at vtk.vtkVolumeRayCastCompositeFunction.VTKInit(Native Method)<br> at vtk.vtkObject
.<init>(vtkObject.java:90)<br> at vtk.vtkVolumeRayCastFunction.<init>(vtkVolumeRayCastFunction.java:22)<br> at vtk.vtkVolumeRayCastCompositeFunction.<init>(vtkVolumeRayCastCompositeFunction.java
:46)<br> at reBuild01.main(reBuild01.java:35)</p>
<div>I thought some additional library should be load . my library load code as below: <br> <br> System.loadLibrary("vtkCommonJava");<br> System.loadLibrary("vtkFilteringJava");<br>
System.loadLibrary("vtkIOJava");<br> System.loadLibrary("vtkImagingJava");<br> System.loadLibrary("vtkGraphicsJava");<br> System.loadLibrary("vtkRenderingJava");
</div>
<div><br>how many librarys in vtk wraped by java and where are they?</div><br>-- <br>Zucheng Wang