[vtkusers] How to distribute VTK applications?

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Sep 17 07:57:37 EDT 2010


On which system you try to distribute your Java/VTK application ?

Windows, Linux, Mac OS X ? All of them ?

On top of the dll/so/dylib VTK files for each system, you will need to
set an environment variable before launching your Java Machine...
Usually the Java exception tell you a bite more why the program is not
working...

Seb


On Fri, Sep 17, 2010 at 7:16 AM, David Doria <daviddoria+vtk at gmail.com> wrote:
> On Thu, Sep 16, 2010 at 11:30 PM, Wahyudin Permana <gebe_top at yahoo.com>
> wrote:
>>
>> Dear all,
>>
>> I want to ask regarding how to distribute our application using VTK.
>> I have made a VTK application using Java+swing GUI, and I have generate
>> the executable JAR files of the application.
>>
>> I try to bring and run on other computer, but it doesn't work (fatal
>> error, program terminated). I have copied all files generated by CMAKE when
>> I compile the vtk library inside that other computer, but still, it did not
>> work.
>>
>> do we need to compile again the VTK source using CMAKE in the computer
>> that we want to distribute the JAR file of our VTK application?
>>
>> thank you
>
>
> You may want to look into CPack. I've never used it, but I think this is
> what it's for: http://www.paraview.org/Wiki/CMake:Packaging_With_CPack
> David
> _______________________________________________
> 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