[vtkusers] Is it possible to generate the VTK Java Wrapper ans dynamic libraries with minimal classes?
Sathish
kingvsk at aol.com
Sat Jun 23 01:29:23 EDT 2012
Dear Brieda,
Thanks for your response. According to your suggestion I need to add all
the dll files to jar. But I expect only dlls that required by my
application. Consider the requirement is only for a single platform.
For example, I am using vtkCanvas, vtkDICOMImageReader,
vtkPiecewiseFunction and few other classes in my program. But now I need
all the VTK DLLs should be in the library path. Because they are linked
each other. But what I am expecting is, to build the VTK with less
classes and generate Java wrapper only for those classes.
*I just want the compact version of VTK with selected classes
*(Customized compilation).
By this I can reduce wrapper size and avoid whole VTK compilation.
Hope now you can clearly understand my requirements.
--
Sathish
On Friday 22 June 2012 06:12 PM, Lubos Brieda wrote:
> Sathish, you can include the VTK wrapper the DLLs in your jar file and
> deploy them on loading. I have done this repeatedly in the past. The
> only caveat is that you need to include DLLs for all the platforms
> where your Java program is expected to be run.
>
> ------------------------------------------------------------------------
> *From:* Sathish <kingvsk at aol.com>
> *To:* vtkusers at vtk.org
> *Sent:* Friday, June 22, 2012 8:33 AM
> *Subject:* [vtkusers] Is it possible to generate the VTK Java Wrapper
> ans dynamic libraries with minimal classes?
>
> Hi all...
>
> Is it possible to generate the VTK Java Wrapper and dynamic libraries
> with minimal classes?
> Anybody tried or have any ideas?
>
> Regards,
> Sathish
> _______________________________________________
> Powered by www.kitware.com <http://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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120623/32b6573e/attachment.htm>
More information about the vtkusers
mailing list