<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2><FONT face=Arial size=3>But When Run the example ¡°Annotation¡± 
download by <BR></FONT><A 
href="http://cvs.sourceforge.net/viewcvs.py/ij-plugins/VTK-Examples/Examples/Annotation/Java/AnnotatePick.java?rev=HEAD&amp;view=auto"><FONT 
face=Arial 
size=3>http://cvs.sourceforge.net/viewcvs.py/ij-plugins/VTK-Examples/Examples/Annotation/Java/AnnotatePick.java?rev=HEAD&amp;view=auto</FONT></A><BR><BR><FONT 
face=Arial size=3>An error occurred:<BR>java.lang.UnsatisfiedLinkError: 
RenderCreate         at annotatepick.vtkPanel.RenderCreate(Native Method) <BR>I found 
that the RenderCreate method defined in&nbsp; ¡°vtkPanel.java¡± lies in 
vtkRenderingJava.dll:<BR>000004B1        10003E86        </FONT><A 
href="http://www.vtk.org/mailman/listinfo/vtkusers"><FONT face=Arial 
size=3>_Java_vtk_vtkPanel_RenderCreate at 12</FONT></A><BR><BR></FONT><FONT 
face=Arial size=3> Why JBuilderX cannot found it?<BR><BR>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:<BR>System.loadLibrary("vtkCommonJava");<BR>&nbsp;&nbsp;&nbsp; 
System.loadLibrary("vtkFilteringJava");<BR>&nbsp;&nbsp;&nbsp; 
System.loadLibrary("vtkIOJava");<BR>&nbsp;&nbsp;&nbsp; 
System.loadLibrary("vtkImagingJava");<BR>&nbsp;&nbsp;&nbsp; 
System.loadLibrary("vtkGraphicsJava");<BR>System.loadLibrary("vtkRenderingJava");<BR><BR>Thanks 
in advance.<BR></FONT></DIV></BODY></HTML>