<div dir="ltr">You can, but you need to make sure they are all in your path.<div><br></div><div>Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 24, 2015 at 6:35 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">Hello,<br>
<br>
I have an issue with using of different libs:<br>
To load all the necessary libs, I used on the one hand a<br>
"vtkNativeLibrary.LoadAllNativeLibraries ()" and on the other hand<br>
"Runtime.getRuntime ().load(absolutePathOfMySeparateDLL)". This separate lib<br>
is required for a function (F).<br>
So that everything is working fine in my development environment.<br>
If I create an executable from my code, so everything is well loaded. But<br>
when testing the function F so crashes my program. I get a<br>
java.lang.UnsatisfiedLinkError, it seems as if the separate library not<br>
loaded.<br>
<br>
What happened here?<br>
Can I add more DLLs to the list of vtkNativeLibrary?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/add-more-libs-to-vtkNativeLibrary-tp5731135.html" target="_blank">http://vtk.1045678.n5.nabble.com/add-more-libs-to-vtkNativeLibrary-tp5731135.html</a><br>
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>
</blockquote></div><br></div>