[vtkusers] VTK Java help

Sebastien Jourdain sebastien.jourdain at kitware.com
Thu Feb 12 10:41:04 EST 2015


Hi Fatima,

Please keep the mailing list in the loop.

Ok so I guess your OS is OS X and not iOS.
This link is a bit old and outdated but it should give you some hints on
how to setup your Eclipse.

http://dev.artenum.com/projects/cassandra/forum/how-to-use-eclipse-and-vtk

So remember to set DYLD_LIBRARY_PATH instead of PATH.

You can also download the binaries from our dashboard here:

https://open.cdash.org/viewFiles.php?buildid=3689913

Don't forget to unzip the native jar file.

On a side note, you will have to use JOGL as a dependency for rendering.
You may find some mention on that in the mailing list archive.

Seb

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

> Hello Seb,
> I basically installed cmake, used it to generate make files, run make and
> make install. My OS is iOS. Ideally I would like to run my code on Eclipse,
> but I dont mind vi-ing and running java on command line.
> The thing is I don't know where to start at this point. All I want to do
> is run some of the examples that came with vtk so that I can learn from
> them and write my own.
> Thanks so much for your help.
> Fatima
>
> On Wed, Feb 11, 2015 at 5:59 PM, Sebastien Jourdain <
> sebastien.jourdain at kitware.com> wrote:
>
>> 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/20150212/8cc714b5/attachment.html>


More information about the vtkusers mailing list