<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 style>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 style><br></div><div style><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 style>then the exception goes away.</div><div style>
<br></div><div style>Finally, when running I don't see anything!</div><div style><br></div><div>Graham<br><a href="mailto:gmseed@gmail.com" target="_blank">gmseed@gmail.com</a><br>
</div></div>