<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear Brieda,<br>
    <br>
    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.<br>
    <br>
    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.
    <br>
    <br>
    <b>I just want the compact version of VTK with selected classes </b>(Customized
    compilation).<br>
    <br>
    By this I can reduce wrapper size and avoid whole VTK compilation. <br>
    <br>
    Hope now you can clearly understand my requirements.<br>
    <br>
    --<br>
    Sathish<br>
    <br>
    On Friday 22 June 2012 06:12 PM, Lubos Brieda wrote:
    <blockquote
      cite="mid:1340368965.27971.YahooMailNeo@web31904.mail.mud.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:arial,
        helvetica, sans-serif;font-size:10pt">
        <div><span><font size="2">Sathish, you can include the VTK
              wrapper the DLLs in your jar file and deploy them on
              loading. I have done this&nbsp;repeatedly&nbsp;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.</font></span></div>
        <div style="font-family: arial, helvetica, sans-serif;
          font-size: 10pt; "><br>
        </div>
        <div style="font-size: 10pt; font-family: arial, helvetica,
          sans-serif; ">
          <div style="font-size: 12pt; font-family: 'times new roman',
            'new york', times, serif; ">
            <div dir="ltr"> <font face="Arial" size="2">
                <hr size="1"> <b><span style="font-weight:bold;">From:</span></b>
                Sathish <a class="moz-txt-link-rfc2396E" href="mailto:kingvsk@aol.com">&lt;kingvsk@aol.com&gt;</a><br>
                <b><span style="font-weight: bold;">To:</span></b>
                <a class="moz-txt-link-abbreviated" href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a> <br>
                <b><span style="font-weight: bold;">Sent:</span></b>
                Friday, June 22, 2012 8:33 AM<br>
                <b><span style="font-weight: bold;">Subject:</span></b>
                [vtkusers] Is it possible to generate the VTK Java
                Wrapper ans dynamic libraries with minimal classes?<br>
              </font> </div>
            <br>
            Hi all...<br>
            <br>
            Is it possible to generate the VTK Java Wrapper and dynamic
            libraries with minimal classes?<br>
            Anybody tried or have any ideas?<br>
            <br>
            Regards,<br>
            Sathish<br>
            _______________________________________________<br>
            Powered by <a moz-do-not-send="true" target="_blank"
              href="http://www.kitware.com/">www.kitware.com</a><br>
            <br>
            Visit other Kitware open-source projects at
            <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>
            <br>
            Please keep messages on-topic and check the VTK FAQ at:
            <a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
            <br>
            Follow this link to subscribe/unsubscribe:<br>
            <a class="moz-txt-link-freetext" href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
            <br>
            <br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>