[vtkusers] VTK for Java, how to re-use library on different machines without recompiling source?

Sebastien Jourdain sebastien.jourdain at kitware.com
Tue Nov 15 08:35:43 EST 2011


Hi Abdurrasyid,

It seems that you are missing some of the library that don't come with
VTK. Use Dependency Walker to figure out what library you need and
then put them all together in the same directory that you add in your
PATH before running your Java application.

Seb

On Tue, Nov 15, 2011 at 3:45 AM, rasyid mujahid <rasyidmujahid at gmail.com> wrote:
> Dear all,
>
> I am working on VTK with Java on several machines of Windows XP and 7, and
> on each machines I have to compile VTK source. For all machines I am using
> the same compiler Visual Studio 2010.
> Is it possible to re-use the .dll without recompiling the source? Since the
> compiling process really takes much time.
>
> I was trying to use the libraries from one machine to another with the same
> Windows 7 OS, but that did not work. It said "Could not find dependency"
> (library path is already set properly for sure).
> If you have many users that will use the application, what a cumbersome when
> each user need to compile the source on their machine?
>
> Thanks for any helps.
>
>
> --
> Abdurrasyid Mujahid
>
> _______________________________________________
> 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