[vtkusers] VTK Java help

Sebastien Jourdain sebastien.jourdain at kitware.com
Wed Feb 11 20:59:14 EST 2015


Depending on your OS, you will have to set a system variable with the path
of the directory that contains the VTK library, before launching your
application.

Windows: set PATH=%PATH%;c:\[path-to-vtk-which-contains-*.dll]
Linux: export LD_LIBRARY_PATH=[path-to-vtk-which-contains-*.so]
OS X: export DYLD_LIBRARY_PATH =[path-to-vtk-which-contains-*.dylib]

For more help, you will need to explain more your actions and what was the
error.

Seb

On Wed, Feb 11, 2015 at 2:46 PM, Fatima Zahra El Filali <
felfilali at dons.usfca.edu> wrote:

> Hello,
> I was able to install vtk with the Examples but I am having trouble
> running them.
> I am very new to vtk but comfortable with Java.
> Any how-tos you can direct me to?
> Thanks
> Fatima
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150211/cefa2115/attachment.html>


More information about the vtkusers mailing list