<div dir="ltr">It&#39;s a legacy behavior that was kept to allow backward compatibility behavior. <div style>Although, you can use the new graphical components which does not load any native library. Therefore, you have to do it before hand.</div>
<div style>To know how to use it, just look at the examples inside the Wrapping/Java directories.</div><div style><br></div><div style>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 5, 2013 at 4:40 PM, Jens Schmidt <span dir="ltr">&lt;<a href="mailto:jens.g.w.schmidt@gmx.de" target="_blank">jens.g.w.schmidt@gmx.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
where is the point in loading ALL native libs in vtkPanel?<br>
Or the other way around, why load some libs in a class that extends vtkPanel, when you load all libs in vtkPanel anyways?<br>
Can this be turned off? Because i do not want to load all the libs that i built in every project ...<br>
<br>
Regards<br>
Jens<br>
<br>
vtkPanel:<br>
static {<br>
  vtkNativeLibrary.<u></u>loadAllNativeLibraries()<br>
}<br>
<br>
vtkCanvas extends vtkPanel:<br>
static {<br>
  vtkNativeLibrary.loadSomeLib..<u></u>.<br>
  vtkNativeLibrary.<u></u>loadSomeOtherLib...<br>
}<br>
<br>
<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_<u></u>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/<u></u>listinfo/vtkusers</a><br>
</blockquote></div><br></div>