[vtkusers] java and VTK

Jarek Sacha jarek at ieee.org
Sun Mar 20 17:50:35 EST 2005


What is the exact error message you are getting?

Jarek

Yixun Liu wrote:

> But When Run the example “Annotation” download by
> http://cvs.sourceforge.net/viewcvs.py/ij-plugins/VTK-Examples/Examples/Annotation/Java/AnnotatePick.java?rev=HEAD&view=auto 
> <http://cvs.sourceforge.net/viewcvs.py/ij-plugins/VTK-Examples/Examples/Annotation/Java/AnnotatePick.java?rev=HEAD&view=auto>
>
> An error occurred:
> java.lang.UnsatisfiedLinkError: RenderCreate at 
> annotatepick.vtkPanel.RenderCreate(Native Method)
> I found that the RenderCreate method defined in “vtkPanel.java” lies 
> in vtkRenderingJava.dll:
> 000004B1 10003E86 _Java_vtk_vtkPanel_RenderCreate at 12 
> <http://www.vtk.org/mailman/listinfo/vtkusers>
>
> Why JBuilderX cannot found it?
>
> My OS is WinXP professional. I am using JBuilderX. I had suceed to run 
> the example "cone". So I thought I have load the following *.dll file 
> successfully:
> System.loadLibrary("vtkCommonJava");
> System.loadLibrary("vtkFilteringJava");
> System.loadLibrary("vtkIOJava");
> System.loadLibrary("vtkImagingJava");
> System.loadLibrary("vtkGraphicsJava");
> System.loadLibrary("vtkRenderingJava");
>
> Thanks in advance.
>
>------------------------------------------------------------------------
>
>_______________________________________________
>This is the private VTK discussion list. 
>Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers
>  
>




More information about the vtkusers mailing list