[vtkusers] About java in VTK 6.3

Cory Quammen cory.quammen at kitware.com
Thu Nov 12 08:55:16 EST 2015


Apparently the Java examples have not been updated since the switch to the
module system.

Try replacing what you cite with

  static {
    System.loadLibrary("vtkCommonCoreJava");
    System.loadLibrary("vtkFiltersSourcesJava");
    System.loadLibrary("vtkInteractionStyleJava");
    System.loadLibrary("vtkRenderingOpenGLJava");
  }


On Thu, Nov 12, 2015 at 3:57 AM, HongSongyang <hongsongyang at 163.com> wrote:

> Hi everyone,
>     About VTK usage in java, we have some examples in VTK.
> E.g in . \Examples\Tutorial\Step5\Java\Cone5.java
> There are following code:
>
>
>   static {
>     System.loadLibrary("vtkCommonJava");
>     System.loadLibrary("vtkFilteringJava");
>     System.loadLibrary("vtkIOJava");
>     System.loadLibrary("vtkImagingJava");
>     System.loadLibrary("vtkGraphicsJava");
>     System.loadLibrary("vtkRenderingJava");
>   }
>
> However, there  is no these libraries in vtk 6.3
> Could anyone give me some advice?
>
> Thanks a lot.
> HongSongyang
>
>
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>



-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151112/7fc8997f/attachment.html>


More information about the vtkusers mailing list