[vtkusers] Java distribution with VTK

David Gobbi david.gobbi at gmail.com
Mon Mar 16 15:53:03 EDT 2015


Hi Jim,

The windows debug DLLs are not redistributable.  This is due to their
dependencies (they require the target computer to have MSVC installed) and
also due to Microsoft policy/licensing.  For redistribution, you should
compile in release mode.

 - David

On Mon, Mar 16, 2015 at 1:43 PM, James Labiak <
jim at jslengineeringsoftware.com> wrote:

> Hello all,
> What is the simplest way to include VTK dlls with a Java program for
> distribution to Win 7 PCs that don't have VTK installed? Java program uses
> a .bat file to start. Tried copying the dlls from C:\vtk_build\bin\Debug to
> the dir ...vtk-libs in the Java program files and including that dir when I
> set the path in the batch file, but that didn't seem to work.
> Thanks,
> Jim
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150316/45f6d6d1/attachment.html>


More information about the vtkusers mailing list