I owe the community a bit of an apology here, it would seem... &lt;SheepishGrin/&gt;<br><br>
I accidentally removed the implementation of vtkPanel.RenderCreate when
I was eliminating some dashboard compile warnings back in October... It
was part of a larger commit of VTK/Wrapping/vtkWrapJava.c where I had
temporarily commented out the include of vtkJavaAwt.h and forgot to
restore it prior to my commit... Sorry about that.<br>
<br>
As of this morning, I put it back in. Try updating with CVS and rebuilding. It should be fixed now.<br>
<br>
If anybody has a &quot;ready for the dashboards&quot; test of vtkPanel that they
can suggest, I&#39;d be happy to add it. Send it along to the mailing list
or directly to me.<br>
<br>
Sorry for the hassle,<br>
David Cole<br>
Kitware, Inc.<br>
<br><div><span class="gmail_quote">On 11/28/06, <b class="gmail_sendername">Stephen</b> &lt;<a href="mailto:mailinglists@icaril.eclipse.co.uk">mailinglists@icaril.eclipse.co.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
dear all,<br><br>I am observing errors suggesting missing libraries when running VTK<br>examples that use objects such as vtkPanel and vtkCanvas (see below). In<br>previous JNI codes I have seen these types of messages when dlls aren&#39;t
<br>on the path. I also note that the very simple Cone demo works, but<br>examples from<br><br><a href="http://ij-plugins.sourceforge.net/vtk-examples/index.html">http://ij-plugins.sourceforge.net/vtk-examples/index.html</a>
<br><br>which use the vtkPanel etc, just crash at runtime with unsatisified link<br>errors.<br><br>Having tinkered with path settings and various rebuilds I am now at a<br>loss as to how to approach this, any suggestions? Is there a definitive
<br>guide to using VTK and Java somewhere on the web?<br><br>System config<br><br>OS Windows XP SP2<br>Java 1.4.2<br>VTK 5.1 built using CMake, VS 2003 .NET<br><br>I built VTK from the current source using Cmake + VS 2003 .NET&nbsp;&nbsp;and Java
<br>1.4.2. I added the directory with the generated dlls to my path, and<br>also tried adding the awt.dll to the same directory as suggested in the<br>FAQ, to no avail. Does the directory I compile in get hard coded into<br>
the resulting code?<br><br>VTK dll dir = C:\Program Files\VTK\bin<br><br><br>java.lang.UnsatisfiedLinkError: RenderCreate<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at vtk.vtkPanel.Render(vtkPanel.java:137)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at vtk.vtkPanel.paint(vtkPanel.java
:160)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<br>java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:63)<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at sun.awt.RepaintArea.paint(RepaintArea.java:216)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<br>sun.awt.windows.WComponentPeer.handleEvent(WComponentPeer.java
:293)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.awt.Component.dispatchEventImpl(Component.java:3774)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.awt.Component.dispatchEvent(Component.java:3574)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.awt.EventQueue.dispatchEvent(EventQueue.java:536)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at
<br>java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh<br>read.java:237)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<br>java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre<br>ad.java:187)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<br>java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:181)<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at<br>java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:173)<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.awt.EventDispatchThread.run(EventDispatchThread.java:136)<br><br>cheers<br><br>
Steve<br><br><br><br><br><br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ
</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br>