<div dir="ltr">What you've done is the correct fix with the current version of VTK.<div style>Although, I don't know what that example is supposed to do.</div><div style><br></div><div style>Please check directly the ones that are part of the vtk.jar</div>
<div style><br></div><div style>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 1, 2013 at 3:08 PM, Graham Seed <span dir="ltr"><<a href="mailto:gmseed@gmail.com" target="_blank">gmseed@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi<div><br></div><div>I just tried building/running ExtrudeTest.java and get some compile errors on a few lines calling SetInput(). I changed these to SetInputDataObject() but suspect this may be wrong.</div>
<div><br></div><div>I also found that at runtiime I get library load exception on vtkCommonJava even though it is loaded. If I paste the block:</div><div><br></div><div><br></div><div><div> static {</div>
<div> if(!vtkNativeLibrary.LoadAllNativeLibraries()) {</div><div> for(vtkNativeLibrary lib : vtkNativeLibrary.values()) {</div><div> if(!lib.IsLoaded()) {</div><div> System.out.println(lib.GetLibraryName() + " not loaded");</div>
<div> }</div><div> }</div><div> }</div><div> vtkNativeLibrary.DisableOutputWindow(null);</div><div> }</div></div><div><br></div><div>then the exception goes away.</div><div>
<br></div><div>Finally, when running I don't see anything!</div><div><br></div><div>Graham<br><a href="mailto:gmseed@gmail.com" target="_blank">gmseed@gmail.com</a><br>
</div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>