<div dir="ltr">Hi all,<div><br></div><div>I've just made a topic on VTK to remove the automatic loading of the native library that use to exist inside vtkPanel and vtkCanvas. (Which could induce quite some issue in modular large application)</div><div><br></div><div>But before merging it to VTK/master, I wanted your opinion specially since it may change some behavior on your end. Specially if you were relying on vtkPanel or vtkCanvas to load the VTK native library for you.</div><div><br></div><div>Instead, you will have to do it in your main by calling something like </div><div><br></div><div>  static { </div><div>      vtkNativeLibrary.LoadAllNativeLibraries();</div><div>   }</div><div><br></div><div>The topic can be found here: </div><div>=> <a href="http://review.source.kitware.com/#/t/4660/">http://review.source.kitware.com/#/t/4660/</a></div><div><br></div><div>I'm targeting to merge the topic by the end of next week. So please speak up if you have something to say... ;-)</div><div><br></div><div>Happy VTK/Java !</div><div><br></div><div>Seb</div></div>