[vtkusers] how do I know if vtk is installed?

Sebastien Jourdain sebastien.jourdain at kitware.com
Mon Jan 30 09:58:27 EST 2012


Hi Ilan,

good luck with that. The vtk.jar is not enough... You will need the
native vtk/Java library which you will force each user to build from
source...
And building C++ on different platform is not a task for any user...

Seb

On Mon, Jan 30, 2012 at 9:50 AM, Ilan <ilan.tal at gmail.com> wrote:
> Thanks for your patience Seb,
> Clearly I want to do whatever is the easiest and most straightforward thing
> to do. I distribute my software as a jar file with a lib folder with
> additional jar files. It doesn't look like a good idea to embed the vtk
> software in the lib folder for example - it would be better to have a link
> to kitware so the user always gets the latest software and not something I
> downloaded ages ago.
> I clearly need to have a jar file with the java wrappers and I assume this
> is the vtk.jar file. It isn't clear to me that if I distribute my jar file,
> that it would somehow provide the proper path. That has to come from the
> installation of the user vtk, wherever he has put it. How does my jar file
> know where it is? The System.loadLibrary needs how to do something
> meaningful. As soon as I understand how it is supposed to work I can try it
> on a foreign computer and sees what happens.
>
> Ilan
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/how-do-I-know-if-vtk-is-installed-tp5440818p5441631.html
> Sent from the VTK - Users mailing list archive at Nabble.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



More information about the vtkusers mailing list