<div dir="ltr">Hum interesting,<div><br></div><div>I'm wondering what are the differences in names between your <span style="font-size:13px">System.loadLibrary(..) calls and the one listed in </span><span style="font-size:13px">vtkNativeLibrary.</span></div><div><span style="font-size:13px"><br></span></div><div><span style="font-size:13px">I'm wondering if it is specific to windows?</span></div><div><span style="font-size:13px"><br></span></div><div><span style="font-size:13px">Do you mind sharing your list of </span><span style="font-size:13px">System.loadLibrary(..) and what you have for </span></div><div><span style="font-size:13px"><br></span></div><div><div style="font-size:13px">for (vtkNativeLibrary lib : vtkNativeLibrary.values()) {</div><div style="font-size:13px">    System.out.println(lib.GetLibraryName());<br></div><div style="font-size:13px"> }</div></div><div style="font-size:13px"><br></div><div style="font-size:13px">Those should match...</div><div style="font-size:13px"><br></div><div style="font-size:13px">Thanks,</div><div style="font-size:13px"><br></div><div style="font-size:13px">Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 13, 2015 at 4:02 AM, -Daniel- <span dir="ltr"><<a href="mailto:ich_daniel@habmalnefrage.de" target="_blank">ich_daniel@habmalnefrage.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If I use your hint, I get the following error message:<br>
java.lang.UnsatisfiedLinkError: no vtkRenderingContextOpenGLJava in<br>
java.library.path<br>
        at java.lang.ClassLoader.loadLibrary(Unknown Source)<br>
        at java.lang.Runtime.loadLibrary0(Unknown Source)<br>
        ..<br>
java.lang.UnsatisfiedLinkError: no vtkRenderingFreeTypeOpenGLJava in<br>
java.library.path<br>
        ..<br>
and so on.<br>
<br>
But I use System.loadLibrary(..) over all DLLs, then all libraries be<br>
loaded.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/System-loadLibray-in-6-2-tp5730789p5730799.html" target="_blank">http://vtk.1045678.n5.nabble.com/System-loadLibray-in-6-2-tp5730789p5730799.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<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/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_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>