[vtkusers] ExtrudeTest.Java

Sebastien Jourdain sebastien.jourdain at kitware.com
Mon Jul 1 15:55:24 EDT 2013


What you've done is the correct fix with the current version of VTK.
Although, I don't know what that example is supposed to do.

Please check directly the ones that are part of the vtk.jar

Seb


On Mon, Jul 1, 2013 at 3:08 PM, Graham Seed <gmseed at gmail.com> wrote:

> Hi
>
> 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.
>
> I also found that at runtiime I get library load exception
> on vtkCommonJava even though it is loaded. If I paste the block:
>
>
>     static {
>         if(!vtkNativeLibrary.LoadAllNativeLibraries()) {
>             for(vtkNativeLibrary lib : vtkNativeLibrary.values()) {
>                 if(!lib.IsLoaded()) {
>                     System.out.println(lib.GetLibraryName() + " not
> loaded");
>                 }
>             }
>         }
>         vtkNativeLibrary.DisableOutputWindow(null);
>     }
>
> then the exception goes away.
>
> Finally, when running I don't see anything!
>
> Graham
> gmseed at gmail.com
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130701/c78dd6b2/attachment.htm>


More information about the vtkusers mailing list